#438ACC

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

Shades of Curious Blue #438ACC

Tints of Curious Blue #438ACC

Color information

#438ACC (or 0x438ACC) is unknown color: approx Curious Blue. HEX triplet: 43, 8A and CC. RGB value is (67,138,204). Sum of RGB (Red+Green+Blue) = 67+138+204=409 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.38% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #438ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ACC is #BC7533. Grayscale: #7B7B7B. Windows color (decimal): -12350772 or 13404739. OLE color: 13404739.

HSL color Cylindrical-coordinate representation of color #438ACC: hue angle of 208.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438ACC is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB67138204-
CMYK0.670.3200.2
HSL208.91º57.32%53.14%-
HSV(B)208.91º67.16%80%-
XYZ22.323.7360.53-
YUV124.3172.9887.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.38%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=16.38%
G=33.74%
B=49.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal671382040.670.3200.2208.9157.3253.14
Hex438ACC4320014d13935
Octal103212314103400243217165
Binary10000111000101011001100100001110000001010011010001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,138,204); }

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

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

 a { background-color: rgb(67,138,204); }

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

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

 span { border-color: rgb(67,138,204); }

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