Html Css Color HEX #344DB9 Cerulean Blue

📋 copy color: '#344DB9'

red 52 ◦ green 77 ◦ blue 185

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

Shades of Cerulean Blue #344DB9

Tints of Cerulean Blue #344DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 16.56%
G = 24.52%
B = 58.92%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#344DB9 (or 0x344DB9) is known color: Cerulean Blue. HEX triplet: 34, 4D and B9. RGB value is (52,77,185). Sum of RGB (Red+Green+Blue) = 52+77+185=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #344DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DB9 is #CBB246. Grayscale: #515151. Windows color (decimal): -13349447 or 12143924. OLE color: 12143924.

HSL color Cylindrical-coordinate representation of color #344DB9: hue angle of 228.72º 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 #344DB9 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 77 185 -
CMYK 0.72 0.58 0 0.27
HSL 228.72º 0.56% 0.46% -
HSV(B) 228.72º 0.72% 0.73% -
XYZ 12.83 9.54 47.06 -
YUV 81.84 186.22 106.72 -
System Red Green Blue C M Y K H S L
Decimal 52 77 185 0.72 0.58 0 0.27 228.72 0.56 0.46
Hex 34 4D B9 48 3A 0 1B E5 38 2E
Octal 64 115 271 110 72 0 33 345 70 56
Binary 110100 1001101 10111001 1001000 111010 0 11011 11100101 111000 101110

Color Harmonies of #344DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DB9

Black with #344DB9

Text Example


Text Example

White with #344DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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