Html Css Color HEX #345CBF Cerulean Blue

📋 copy color: '#345CBF'

red 52 ◦ green 92 ◦ blue 191

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

Shades of Cerulean Blue #345CBF

Tints of Cerulean Blue #345CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 15.52%
G = 27.46%
B = 57.01%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#345CBF (or 0x345CBF) is known color: Cerulean Blue. HEX triplet: 34, 5C and BF. RGB value is (52,92,191). Sum of RGB (Red+Green+Blue) = 52+92+191=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #345CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CBF is #CBA340. Grayscale: #5A5A5A. Windows color (decimal): -13345601 or 12540980. OLE color: 12540980.

HSL color Cylindrical-coordinate representation of color #345CBF: hue angle of 222.73º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345CBF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 92 191 -
CMYK 0.73 0.52 0 0.25
HSL 222.73º 0.57% 0.48% -
HSV(B) 222.73º 0.73% 0.75% -
XYZ 14.65 12.15 50.86 -
YUV 91.33 184.25 99.95 -
System Red Green Blue C M Y K H S L
Decimal 52 92 191 0.73 0.52 0 0.25 222.73 0.57 0.48
Hex 34 5C BF 49 34 0 19 DF 39 30
Octal 64 134 277 111 64 0 31 337 71 60
Binary 110100 1011100 10111111 1001001 110100 0 11001 11011111 111001 110000

Color Harmonies of #345CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CBF

Black with #345CBF

Text Example


Text Example

White with #345CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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