#4394CA

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

Shades of Curious Blue #4394CA

Tints of Curious Blue #4394CA

Color information

#4394CA (or 0x4394CA) is unknown color: approx Curious Blue. HEX triplet: 43, 94 and CA. RGB value is (67,148,202). Sum of RGB (Red+Green+Blue) = 67+148+202=417 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.07% from 417); Green value is 148 (58.20% from 255 or 35.49% 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 #4394CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394CA is #BC6B35. Grayscale: #818181. Windows color (decimal): -12348214 or 13276227. OLE color: 13276227.

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

Color convert

RGB67148202-
CMYK0.670.2700.21
HSL204º56.02%52.75%-
HSV(B)204º66.83%79.22%-
XYZ23.5726.6459.78-
YUV129.94168.6683.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.07%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=16.07%
G=35.49%
B=48.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal671482020.670.2700.2120456.0252.75
Hex4394CA431B015cc3835
Octal103224312103330253147065
Binary1000011100101001100101010000111101101010111001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4394CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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