#3464C0

Color #3464C0 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3464C0

Tints of Cerulean Blue #3464C0

Color information

#3464C0 (or 0x3464C0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 64 and C0. RGB value is (52,100,192). Sum of RGB (Red+Green+Blue) = 52+100+192=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #3464C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464C0 is #CB9B3F. Grayscale: #5F5F5F. Windows color (decimal): -13343552 or 12608564. OLE color: 12608564.

HSL color Cylindrical-coordinate representation of color #3464C0: hue angle of 219.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3464C0 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52100192-
CMYK0.730.4800.25
HSL219.43º57.38%47.84%-
HSV(B)219.43º72.92%75.29%-
XYZ15.4913.6551.69-
YUV96.14182.196.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 192 (75.39% from 255) = 55.81%
R=15.12%
G=29.07%
B=55.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521001920.730.4800.25219.4357.3847.84
Hex3464C04930019db3930
Octal64144300111600313337160
Binary110100110010011000000100100111000001100111011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3464C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3464C0; }

 p { color: rgb(52,100,192); }

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

<style>
 a { background-color: #3464C0; }

 a { background-color: rgb(52,100,192); }

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

<style>
 span { border-color: #3464C0; }

 span { border-color: rgb(52,100,192); }

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