Html Css Color HEX #345CBA Cerulean Blue

📋 copy color: '#345CBA'

red 52 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #345CBA

Tints of Cerulean Blue #345CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 15.76%
G = 27.88%
B = 56.36%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#345CBA (or 0x345CBA) is known color: Cerulean Blue. HEX triplet: 34, 5C and BA. RGB value is (52,92,186). Sum of RGB (Red+Green+Blue) = 52+92+186=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #345CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CBA is #CBA345. Grayscale: #5A5A5A. Windows color (decimal): -13345606 or 12213300. OLE color: 12213300.

HSL color Cylindrical-coordinate representation of color #345CBA: hue angle of 222.09º 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 #345CBA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 92 186 -
CMYK 0.72 0.51 0 0.27
HSL 222.09º 0.56% 0.47% -
HSV(B) 222.09º 0.72% 0.73% -
XYZ 14.11 11.93 48.01 -
YUV 90.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 52 92 186 0.72 0.51 0 0.27 222.09 0.56 0.47
Hex 34 5C BA 48 33 0 1B DE 38 2F
Octal 64 134 272 110 63 0 33 336 70 57
Binary 110100 1011100 10111010 1001000 110011 0 11011 11011110 111000 101111

Color Harmonies of #345CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CBA

Black with #345CBA

Text Example


Text Example

White with #345CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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