#438AC0

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

Shades of Curious Blue #438AC0

Tints of Curious Blue #438AC0

Color information

#438AC0 (or 0x438AC0) is unknown color: approx Curious Blue. HEX triplet: 43, 8A and C0. RGB value is (67,138,192). Sum of RGB (Red+Green+Blue) = 67+138+192=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #438AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438AC0 is #BC753F. Grayscale: #7A7A7A. Windows color (decimal): -12350784 or 12618307. OLE color: 12618307.

HSL color Cylindrical-coordinate representation of color #438AC0: hue angle of 205.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438AC0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB67138192-
CMYK0.650.2800.25
HSL205.92º49.8%50.78%-
HSV(B)205.92º65.1%75.29%-
XYZ20.9223.1853.24-
YUV122.93166.9888.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.88%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=16.88%
G=34.76%
B=48.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671381920.650.2800.25205.9249.850.78
Hex438AC0411C019ce3233
Octal103212300101340313166263
Binary1000011100010101100000010000011110001100111001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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