#3468C0

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

Shades of Cerulean Blue #3468C0

Tints of Cerulean Blue #3468C0

Color information

#3468C0 (or 0x3468C0) is unknown color: approx Cerulean Blue. HEX triplet: 34, 68 and C0. RGB value is (52,104,192). Sum of RGB (Red+Green+Blue) = 52+104+192=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #3468C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468C0 is #CB973F. Grayscale: #626262. Windows color (decimal): -13342528 or 12609588. OLE color: 12609588.

HSL color Cylindrical-coordinate representation of color #3468C0: hue angle of 217.71º 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 #3468C0 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52104192-
CMYK0.730.4600.25
HSL217.71º57.38%47.84%-
HSV(B)217.71º72.92%75.29%-
XYZ15.8814.4451.82-
YUV98.48180.7794.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.94%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 192 (75.39% from 255) = 55.17%
R=14.94%
G=29.89%
B=55.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521041920.730.4600.25217.7157.3847.84
Hex3468C0492E019da3930
Octal64150300111560313327160
Binary110100110100011000000100100110111001100111011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3468C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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