Html Css Color HEX #345DBF Cerulean Blue

📋 copy color: '#345DBF'

red 52 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #345DBF

Tints of Cerulean Blue #345DBF

RGB

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

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

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

R = 15.48%
G = 27.68%
B = 56.85%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#345DBF (or 0x345DBF) is known color: Cerulean Blue. HEX triplet: 34, 5D and BF. RGB value is (52,93,191). Sum of RGB (Red+Green+Blue) = 52+93+191=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #345DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DBF is #CBA240. Grayscale: #5B5B5B. Windows color (decimal): -13345345 or 12541236. OLE color: 12541236.

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

Color convert

RGB 52 93 191 -
CMYK 0.73 0.51 0 0.25
HSL 222.3º 0.57% 0.48% -
HSV(B) 222.3º 0.73% 0.75% -
XYZ 14.73 12.32 50.89 -
YUV 91.91 183.92 99.53 -
System Red Green Blue C M Y K H S L
Decimal 52 93 191 0.73 0.51 0 0.25 222.3 0.57 0.48
Hex 34 5D BF 49 33 0 19 DE 39 30
Octal 64 135 277 111 63 0 31 336 71 60
Binary 110100 1011101 10111111 1001001 110011 0 11001 11011110 111001 110000

Color Harmonies of #345DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DBF

Black with #345DBF

Text Example


Text Example

White with #345DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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