#345AC7

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

Shades of Cerulean Blue #345AC7

Tints of Cerulean Blue #345AC7

Color information

#345AC7 (or 0x345AC7) is unknown color: approx Cerulean Blue. HEX triplet: 34, 5A and C7. RGB value is (52,90,199). Sum of RGB (Red+Green+Blue) = 52+90+199=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #345AC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AC7 is #CBA538. Grayscale: #5A5A5A. Windows color (decimal): -13346105 or 13064756. OLE color: 13064756.

HSL color Cylindrical-coordinate representation of color #345AC7: hue angle of 224.49º 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 #345AC7 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5290199-
CMYK0.740.5500.22
HSL224.49º58.57%49.22%-
HSV(B)224.49º73.87%78.04%-
XYZ15.3812.1755.57-
YUV91.06188.91100.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 199 (78.12% from 255) = 58.36%
R=15.25%
G=26.39%
B=58.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52901990.740.5500.22224.4958.5749.22
Hex345AC74A37016e03b31
Octal64132307112670263407361
Binary110100101101011000111100101011011101011011100000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345AC7; }

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

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

<style>
 a { background-color: #345AC7; }

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

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

<style>
 span { border-color: #345AC7; }

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

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