#4395CA

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

Shades of Curious Blue #4395CA

Tints of Curious Blue #4395CA

Color information

#4395CA (or 0x4395CA) is unknown color: approx Curious Blue. HEX triplet: 43, 95 and CA. RGB value is (67,149,202). Sum of RGB (Red+Green+Blue) = 67+149+202=418 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.03% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #4395CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4395CA is #BC6A35. Grayscale: #828282. Windows color (decimal): -12347958 or 13276483. OLE color: 13276483.

HSL color Cylindrical-coordinate representation of color #4395CA: hue angle of 203.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4395CA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB67149202-
CMYK0.670.2600.21
HSL203.56º56.02%52.75%-
HSV(B)203.56º66.83%79.22%-
XYZ23.7226.9559.83-
YUV130.52168.3382.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.03%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=16.03%
G=35.65%
B=48.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal671492020.670.2600.21203.5656.0252.75
Hex4395CA431A015cc3835
Octal103225312103320253147065
Binary1000011100101011100101010000111101001010111001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4395CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4395CA; }

 p { color: rgb(67,149,202); }

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

<style>
 a { background-color: #4395CA; }

 a { background-color: rgb(67,149,202); }

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

<style>
 span { border-color: #4395CA; }

 span { border-color: rgb(67,149,202); }

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