Html Css Color HEX #344DB6 Cerulean Blue

📋 copy color: '#344DB6'

red 52 ◦ green 77 ◦ blue 182

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

Shades of Cerulean Blue #344DB6

Tints of Cerulean Blue #344DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 16.72%
G = 24.76%
B = 58.52%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#344DB6 (or 0x344DB6) is known color: Cerulean Blue. HEX triplet: 34, 4D and B6. RGB value is (52,77,182). Sum of RGB (Red+Green+Blue) = 52+77+182=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #344DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DB6 is #CBB249. Grayscale: #515151. Windows color (decimal): -13349450 or 11947316. OLE color: 11947316.

HSL color Cylindrical-coordinate representation of color #344DB6: hue angle of 228.46º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344DB6 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 77 182 -
CMYK 0.71 0.58 0 0.29
HSL 228.46º 0.56% 0.46% -
HSV(B) 228.46º 0.71% 0.71% -
XYZ 12.51 9.42 45.41 -
YUV 81.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 52 77 182 0.71 0.58 0 0.29 228.46 0.56 0.46
Hex 34 4D B6 47 3A 0 1D E4 38 2E
Octal 64 115 266 107 72 0 35 344 70 56
Binary 110100 1001101 10110110 1000111 111010 0 11101 11100100 111000 101110

Color Harmonies of #344DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DB6

Black with #344DB6

Text Example


Text Example

White with #344DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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