Html Css Color HEX #344DB5 Cerulean Blue

📋 copy color: '#344DB5'

red 52 ◦ green 77 ◦ blue 181

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

Shades of Cerulean Blue #344DB5

Tints of Cerulean Blue #344DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.39%

R = 16.77%
G = 24.84%
B = 58.39%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#344DB5 (or 0x344DB5) is known color: Cerulean Blue. HEX triplet: 34, 4D and B5. RGB value is (52,77,181). Sum of RGB (Red+Green+Blue) = 52+77+181=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #344DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DB5 is #CBB24A. Grayscale: #505050. Windows color (decimal): -13349451 or 11881780. OLE color: 11881780.

HSL color Cylindrical-coordinate representation of color #344DB5: hue angle of 228.37º degrees, saturation: 0.55, 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 #344DB5 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 77 181 -
CMYK 0.71 0.57 0 0.29
HSL 228.37º 0.55% 0.46% -
HSV(B) 228.37º 0.71% 0.71% -
XYZ 12.41 9.37 44.87 -
YUV 81.38 184.22 107.04 -
System Red Green Blue C M Y K H S L
Decimal 52 77 181 0.71 0.57 0 0.29 228.37 0.55 0.46
Hex 34 4D B5 47 39 0 1D E4 37 2E
Octal 64 115 265 107 71 0 35 344 67 56
Binary 110100 1001101 10110101 1000111 111001 0 11101 11100100 110111 101110

Color Harmonies of #344DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DB5

Black with #344DB5

Text Example


Text Example

White with #344DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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