Html Css Color HEX #345ABC Cerulean Blue

📋 copy color: '#345ABC'

red 52 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #345ABC

Tints of Cerulean Blue #345ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 15.76%
G = 27.27%
B = 56.97%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#345ABC (or 0x345ABC) is known color: Cerulean Blue. HEX triplet: 34, 5A and BC. RGB value is (52,90,188). Sum of RGB (Red+Green+Blue) = 52+90+188=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #345ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ABC is #CBA543. Grayscale: #595959. Windows color (decimal): -13346116 or 12343860. OLE color: 12343860.

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

Color convert

RGB 52 90 188 -
CMYK 0.72 0.52 0 0.26
HSL 223.24º 0.57% 0.47% -
HSV(B) 223.24º 0.72% 0.74% -
XYZ 14.15 11.67 49.08 -
YUV 89.81 183.41 101.03 -
System Red Green Blue C M Y K H S L
Decimal 52 90 188 0.72 0.52 0 0.26 223.24 0.57 0.47
Hex 34 5A BC 48 34 0 1A DF 39 2F
Octal 64 132 274 110 64 0 32 337 71 57
Binary 110100 1011010 10111100 1001000 110100 0 11010 11011111 111001 101111

Color Harmonies of #345ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345ABC

Black with #345ABC

Text Example


Text Example

White with #345ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,90,188); }

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

background-color css

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

 a { background-color: rgb(52,90,188); }

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

border-color css

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

 span { border-color: rgb(52,90,188); }

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