Html Css Color HEX #344AB1 Cerulean Blue

📋 copy color: '#344AB1'

red 52 ◦ green 74 ◦ blue 177

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

Shades of Cerulean Blue #344AB1

Tints of Cerulean Blue #344AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.42%

 BLUE value IS 177 (69.53% from 255) = 58.42%

R = 17.16%
G = 24.42%
B = 58.42%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#344AB1 (or 0x344AB1) is known color: Cerulean Blue. HEX triplet: 34, 4A and B1. RGB value is (52,74,177). Sum of RGB (Red+Green+Blue) = 52+74+177=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #344AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344AB1 is #CBB54E. Grayscale: #4E4E4E. Windows color (decimal): -13350223 or 11618868. OLE color: 11618868.

HSL color Cylindrical-coordinate representation of color #344AB1: hue angle of 229.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344AB1 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 74 177 -
CMYK 0.71 0.58 0 0.31
HSL 229.44º 0.55% 0.45% -
HSV(B) 229.44º 0.71% 0.69% -
XYZ 11.8 8.8 42.67 -
YUV 79.16 183.21 108.62 -
System Red Green Blue C M Y K H S L
Decimal 52 74 177 0.71 0.58 0 0.31 229.44 0.55 0.45
Hex 34 4A B1 47 3A 0 1F E5 37 2D
Octal 64 112 261 107 72 0 37 345 67 55
Binary 110100 1001010 10110001 1000111 111010 0 11111 11100101 110111 101101

Color Harmonies of #344AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344AB1

Black with #344AB1

Text Example


Text Example

White with #344AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,74,177); }

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

background-color css

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

 a { background-color: rgb(52,74,177); }

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

border-color css

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

 span { border-color: rgb(52,74,177); }

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