Html Css Color HEX #345DAF Cerulean Blue

📋 copy color: '#345DAF'

red 52 ◦ green 93 ◦ blue 175

#345DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #345DAF

Tints of Cerulean Blue #345DAF

RGB

 RED value IS 52 (20.7% from 255) = 16.25%

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 16.25%
G = 29.06%
B = 54.69%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#345DAF (or 0x345DAF) is known color: Cerulean Blue. HEX triplet: 34, 5D and AF. RGB value is (52,93,175). Sum of RGB (Red+Green+Blue) = 52+93+175=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #345DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DAF is #CBA250. Grayscale: #595959. Windows color (decimal): -13345361 or 11492660. OLE color: 11492660.

HSL color Cylindrical-coordinate representation of color #345DAF: hue angle of 220º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345DAF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 93 175 -
CMYK 0.70 0.47 0 0.31
HSL 220º 0.54% 0.45% -
HSV(B) 220º 0.7% 0.69% -
XYZ 13.07 11.65 42.12 -
YUV 90.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 52 93 175 0.70 0.47 0 0.31 220 0.54 0.45
Hex 34 5D AF 46 2F 0 1F DC 36 2D
Octal 64 135 257 106 57 0 37 334 66 55
Binary 110100 1011101 10101111 1000110 101111 0 11111 11011100 110110 101101

Color Harmonies of #345DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DAF

Black with #345DAF

Text Example


Text Example

White with #345DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,175); }

 H1.HeaderClassName
 {
   color: #345DAF;
 }
 .AnyTagClassName
 {
   color: #345DAF;
 }
</style>

background-color css

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

 a { background-color: rgb(52,93,175); }

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

border-color css

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

 span { border-color: rgb(52,93,175); }

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