Html Css Color HEX #345DBD Cerulean Blue

📋 copy color: '#345DBD'

red 52 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #345DBD

Tints of Cerulean Blue #345DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.59%

R = 15.57%
G = 27.84%
B = 56.59%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#345DBD (or 0x345DBD) is known color: Cerulean Blue. HEX triplet: 34, 5D and BD. RGB value is (52,93,189). Sum of RGB (Red+Green+Blue) = 52+93+189=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #345DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DBD is #CBA242. Grayscale: #5B5B5B. Windows color (decimal): -13345347 or 12410164. OLE color: 12410164.

HSL color Cylindrical-coordinate representation of color #345DBD: hue angle of 222.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345DBD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 93 189 -
CMYK 0.72 0.51 0 0.26
HSL 222.04º 0.57% 0.47% -
HSV(B) 222.04º 0.72% 0.74% -
XYZ 14.52 12.23 49.74 -
YUV 91.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 52 93 189 0.72 0.51 0 0.26 222.04 0.57 0.47
Hex 34 5D BD 48 33 0 1A DE 39 2F
Octal 64 135 275 110 63 0 32 336 71 57
Binary 110100 1011101 10111101 1001000 110011 0 11010 11011110 111001 101111

Color Harmonies of #345DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DBD

Black with #345DBD

Text Example


Text Example

White with #345DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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