Html Css Color HEX #345BBE Cerulean Blue

📋 copy color: '#345BBE'

red 52 ◦ green 91 ◦ blue 190

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

Shades of Cerulean Blue #345BBE

Tints of Cerulean Blue #345BBE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 15.62%
G = 27.33%
B = 57.06%

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

#345BBE (or 0x345BBE) is known color: Cerulean Blue. HEX triplet: 34, 5B and BE. RGB value is (52,91,190). Sum of RGB (Red+Green+Blue) = 52+91+190=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #345BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BBE is #CBA441. Grayscale: #5A5A5A. Windows color (decimal): -13345858 or 12475188. OLE color: 12475188.

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

Color convert

RGB 52 91 190 -
CMYK 0.73 0.52 0 0.25
HSL 223.04º 0.57% 0.47% -
HSV(B) 223.04º 0.73% 0.75% -
XYZ 14.45 11.93 50.26 -
YUV 90.63 184.08 100.45 -
System Red Green Blue C M Y K H S L
Decimal 52 91 190 0.73 0.52 0 0.25 223.04 0.57 0.47
Hex 34 5B BE 49 34 0 19 DF 39 2F
Octal 64 133 276 111 64 0 31 337 71 57
Binary 110100 1011011 10111110 1001001 110100 0 11001 11011111 111001 101111

Color Harmonies of #345BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345BBE

Black with #345BBE

Text Example


Text Example

White with #345BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,91,190); }

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

background-color css

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

 a { background-color: rgb(52,91,190); }

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

border-color css

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

 span { border-color: rgb(52,91,190); }

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