#3456C7

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

Shades of Cerulean Blue #3456C7

Tints of Cerulean Blue #3456C7

Color information

#3456C7 (or 0x3456C7) is unknown color: approx Cerulean Blue. HEX triplet: 34, 56 and C7. RGB value is (52,86,199). Sum of RGB (Red+Green+Blue) = 52+86+199=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 199 (78.12% from 255 or 59.05% from 337); Max value from RGB is 199 - color contains mainly: blue. Hex color #3456C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3456C7 is #CBA938. Grayscale: #585858. Windows color (decimal): -13347129 or 13063732. OLE color: 13063732.

HSL color Cylindrical-coordinate representation of color #3456C7: hue angle of 226.12º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3456C7 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5286199-
CMYK0.740.5700.22
HSL226.12º58.57%49.22%-
HSV(B)226.12º73.87%78.04%-
XYZ15.0511.5155.46-
YUV88.72190.24101.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 199 (78.12% from 255) = 59.05%
R=15.43%
G=25.52%
B=59.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52861990.740.5700.22226.1258.5749.22
Hex3456C74A39016e23b31
Octal64126307112710263427361
Binary110100101011011000111100101011100101011011100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3456C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3456C7; }

 p { color: rgb(52,86,199); }

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

<style>
 a { background-color: #3456C7; }

 a { background-color: rgb(52,86,199); }

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

<style>
 span { border-color: #3456C7; }

 span { border-color: rgb(52,86,199); }

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