#4395CC

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

Shades of Curious Blue #4395CC

Tints of Curious Blue #4395CC

Color information

#4395CC (or 0x4395CC) is unknown color: approx Curious Blue. HEX triplet: 43, 95 and CC. RGB value is (67,149,204). Sum of RGB (Red+Green+Blue) = 67+149+204=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #4395CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4395CC is #BC6A33. Grayscale: #828282. Windows color (decimal): -12347956 or 13407555. OLE color: 13407555.

HSL color Cylindrical-coordinate representation of color #4395CC: hue angle of 204.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4395CC is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB67149204-
CMYK0.670.2700.2
HSL204.09º57.32%53.14%-
HSV(B)204.09º67.16%80%-
XYZ23.9627.0561.08-
YUV130.75169.3382.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.95%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=15.95%
G=35.48%
B=48.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal671492040.670.2700.2204.0957.3253.14
Hex4395CC431B014cc3935
Octal103225314103330243147165
Binary1000011100101011100110010000111101101010011001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4395CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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