#4097CA

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

Shades of Curious Blue #4097CA

Tints of Curious Blue #4097CA

Color information

#4097CA (or 0x4097CA) is unknown color: approx Curious Blue. HEX triplet: 40, 97 and CA. RGB value is (64,151,202). Sum of RGB (Red+Green+Blue) = 64+151+202=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #4097CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4097CA is #BF6835. Grayscale: #828282. Windows color (decimal): -12544054 or 13276992. OLE color: 13276992.

HSL color Cylindrical-coordinate representation of color #4097CA: hue angle of 202.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4097CA is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64151202-
CMYK0.680.2500.21
HSL202.17º56.56%52.16%-
HSV(B)202.17º68.32%79.22%-
XYZ23.8427.4959.93-
YUV130.8168.1880.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.35%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=15.35%
G=36.21%
B=48.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641512020.680.2500.21202.1756.5652.16
Hex4097CA4419015ca3934
Octal100227312104310253127164
Binary1000000100101111100101010001001100101010111001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4097CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,151,202); }

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

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

 a { background-color: rgb(64,151,202); }

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

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

 span { border-color: rgb(64,151,202); }

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