Html Css Color HEX #345DC8 Cerulean Blue

📋 copy color: '#345DC8'

red 52 ◦ green 93 ◦ blue 200

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

Shades of Cerulean Blue #345DC8

Tints of Cerulean Blue #345DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.97%

R = 15.07%
G = 26.96%
B = 57.97%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#345DC8 (or 0x345DC8) is known color: Cerulean Blue. HEX triplet: 34, 5D and C8. RGB value is (52,93,200). Sum of RGB (Red+Green+Blue) = 52+93+200=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #345DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345DC8 is #CBA237. Grayscale: #5C5C5C. Windows color (decimal): -13345336 or 13131060. OLE color: 13131060.

HSL color Cylindrical-coordinate representation of color #345DC8: hue angle of 223.38º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345DC8 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 93 200 -
CMYK 0.74 0.54 0 0.22
HSL 223.38º 0.59% 0.49% -
HSV(B) 223.38º 0.74% 0.78% -
XYZ 15.76 12.73 56.27 -
YUV 92.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 52 93 200 0.74 0.54 0 0.22 223.38 0.59 0.49
Hex 34 5D C8 4A 36 0 16 DF 3B 31
Octal 64 135 310 112 66 0 26 337 73 61
Binary 110100 1011101 11001000 1001010 110110 0 10110 11011111 111011 110001

Color Harmonies of #345DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DC8

Black with #345DC8

Text Example


Text Example

White with #345DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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