#4296CA

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

Shades of Curious Blue #4296CA

Tints of Curious Blue #4296CA

Color information

#4296CA (or 0x4296CA) is unknown color: approx Curious Blue. HEX triplet: 42, 96 and CA. RGB value is (66,150,202). Sum of RGB (Red+Green+Blue) = 66+150+202=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 150 (58.98% from 255 or 35.89% 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 #4296CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296CA is #BD6935. Grayscale: #828282. Windows color (decimal): -12413238 or 13276738. OLE color: 13276738.

HSL color Cylindrical-coordinate representation of color #4296CA: hue angle of 202.94º 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 #4296CA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66150202-
CMYK0.670.2600.21
HSL202.94º56.2%52.55%-
HSV(B)202.94º67.33%79.22%-
XYZ23.8127.2459.88-
YUV130.81168.1781.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.79%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=15.79%
G=35.89%
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
Decimal661502020.670.2600.21202.9456.252.55
Hex4296CA431A015cb3835
Octal102226312103320253137065
Binary1000010100101101100101010000111101001010111001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4296CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,150,202); }

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

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

 a { background-color: rgb(66,150,202); }

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

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

 span { border-color: rgb(66,150,202); }

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