Html Css Color HEX #345EBA Cerulean Blue

📋 copy color: '#345EBA'

red 52 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #345EBA

Tints of Cerulean Blue #345EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 15.66%
G = 28.31%
B = 56.02%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#345EBA (or 0x345EBA) is known color: Cerulean Blue. HEX triplet: 34, 5E and BA. RGB value is (52,94,186). Sum of RGB (Red+Green+Blue) = 52+94+186=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #345EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EBA is #CBA145. Grayscale: #5B5B5B. Windows color (decimal): -13345094 or 12213812. OLE color: 12213812.

HSL color Cylindrical-coordinate representation of color #345EBA: hue angle of 221.19º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345EBA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 94 186 -
CMYK 0.72 0.49 0 0.27
HSL 221.19º 0.56% 0.47% -
HSV(B) 221.19º 0.72% 0.73% -
XYZ 14.28 12.28 48.07 -
YUV 91.93 181.09 99.52 -
System Red Green Blue C M Y K H S L
Decimal 52 94 186 0.72 0.49 0 0.27 221.19 0.56 0.47
Hex 34 5E BA 48 31 0 1B DD 38 2F
Octal 64 136 272 110 61 0 33 335 70 57
Binary 110100 1011110 10111010 1001000 110001 0 11011 11011101 111000 101111

Color Harmonies of #345EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EBA

Black with #345EBA

Text Example


Text Example

White with #345EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,94,186); }

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

background-color css

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

 a { background-color: rgb(52,94,186); }

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

border-color css

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

 span { border-color: rgb(52,94,186); }

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