Html Css Color HEX #344CAB Cerulean Blue

📋 copy color: '#344CAB'

red 52 ◦ green 76 ◦ blue 171

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

Shades of Cerulean Blue #344CAB

Tints of Cerulean Blue #344CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 17.39%
G = 25.42%
B = 57.19%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#344CAB (or 0x344CAB) is known color: Cerulean Blue. HEX triplet: 34, 4C and AB. RGB value is (52,76,171). Sum of RGB (Red+Green+Blue) = 52+76+171=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #344CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344CAB is #CBB354. Grayscale: #4F4F4F. Windows color (decimal): -13349717 or 11226164. OLE color: 11226164.

HSL color Cylindrical-coordinate representation of color #344CAB: hue angle of 227.9º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344CAB is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 76 171 -
CMYK 0.70 0.56 0 0.33
HSL 227.9º 0.53% 0.44% -
HSV(B) 227.9º 0.7% 0.67% -
XYZ 11.35 8.84 39.64 -
YUV 79.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 52 76 171 0.70 0.56 0 0.33 227.9 0.53 0.44
Hex 34 4C AB 46 38 0 21 E4 35 2C
Octal 64 114 253 106 70 0 41 344 65 54
Binary 110100 1001100 10101011 1000110 111000 0 100001 11100100 110101 101100

Color Harmonies of #344CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CAB

Black with #344CAB

Text Example


Text Example

White with #344CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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