#4094CA

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

Shades of Curious Blue #4094CA

Tints of Curious Blue #4094CA

Color information

#4094CA (or 0x4094CA) is unknown color: approx Curious Blue. HEX triplet: 40, 94 and CA. RGB value is (64,148,202). Sum of RGB (Red+Green+Blue) = 64+148+202=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #4094CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4094CA is #BF6B35. Grayscale: #808080. Windows color (decimal): -12544822 or 13276224. OLE color: 13276224.

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

Color convert

RGB64148202-
CMYK0.680.2700.21
HSL203.48º56.56%52.16%-
HSV(B)203.48º68.32%79.22%-
XYZ23.3626.5359.77-
YUV129.04169.1781.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.46%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=15.46%
G=35.75%
B=48.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641482020.680.2700.21203.4856.5652.16
Hex4094CA441B015cb3934
Octal100224312104330253137164
Binary1000000100101001100101010001001101101010111001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4094CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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