Html Css Color HEX #344CB9 Cerulean Blue

📋 copy color: '#344CB9'

red 52 ◦ green 76 ◦ blue 185

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

Shades of Cerulean Blue #344CB9

Tints of Cerulean Blue #344CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

 BLUE value IS 185 (72.66% from 255) = 59.11%

R = 16.61%
G = 24.28%
B = 59.11%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#344CB9 (or 0x344CB9) is known color: Cerulean Blue. HEX triplet: 34, 4C and B9. RGB value is (52,76,185). Sum of RGB (Red+Green+Blue) = 52+76+185=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #344CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CB9 is #CBB346. Grayscale: #505050. Windows color (decimal): -13349703 or 12143668. OLE color: 12143668.

HSL color Cylindrical-coordinate representation of color #344CB9: hue angle of 229.17º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344CB9 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 76 185 -
CMYK 0.72 0.59 0 0.27
HSL 229.17º 0.56% 0.46% -
HSV(B) 229.17º 0.72% 0.73% -
XYZ 12.76 9.4 47.04 -
YUV 81.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 52 76 185 0.72 0.59 0 0.27 229.17 0.56 0.46
Hex 34 4C B9 48 3B 0 1B E5 38 2E
Octal 64 114 271 110 73 0 33 345 70 56
Binary 110100 1001100 10111001 1001000 111011 0 11011 11100101 111000 101110

Color Harmonies of #344CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CB9

Black with #344CB9

Text Example


Text Example

White with #344CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344CB9; }

 p { color: rgb(52,76,185); }

 H1.HeaderClassName
 {
   color: #344CB9;
 }
 .AnyTagClassName
 {
   color: #344CB9;
 }
</style>

background-color css

<style>
 a { background-color: #344CB9; }

 a { background-color: rgb(52,76,185); }

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

border-color css

<style>
 span { border-color: #344CB9; }

 span { border-color: rgb(52,76,185); }

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