#438fcf

Color #438FCF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #438FCF

Tints of Curious Blue #438FCF

Color information

#438FCF (or 0x438FCF) is unknown color: approx Curious Blue. HEX triplet: 43, 8F and CF. RGB value is (67,143,207). Sum of RGB (Red+Green+Blue) = 67+143+207=417 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.07% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #438FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FCF is #BC7030. Grayscale: #7F7F7F. Windows color (decimal): -12349489 or 13602627. OLE color: 13602627.

HSL color Cylindrical-coordinate representation of color #438FCF: hue angle of 207.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #438FCF is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB67143207-
CMYK0.680.3100.19
HSL207.43º59.32%53.73%-
HSV(B)207.43º67.63%81.18%-
XYZ23.425.3462.69-
YUV127.57172.8284.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 16.07%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=16.07%
G=34.29%
B=49.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal671432070.680.3100.19207.4359.3253.73
Hex438FCF441F013cf3b36
Octal103217317104370233177366
Binary1000011100011111100111110001001111101001111001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438fcf; }

 p { color: rgb(67,143,207); }

 H1.HeaderClassName
 {
   color: #438fcf;
 }
 .AnyTagClassName
 {
   color: #438fcf;
 }
</style>
background-color css

<style>
 a { background-color: #438fcf; }

 a { background-color: rgb(67,143,207); }

 div.DivClassName
 {
   background-color: #438fcf;
 }
 .BgClassName
 {
   background-color: #438fcf;
 }
</style>
border-color css

<style>
 span { border-color: #438fcf; }

 span { border-color: rgb(67,143,207); }

 td.TdClassName
 {
   border-color: #438fcf;
 }
 .TagClassName
 {
   border-color: #438fcf;
 }
</style>