Html Css Color HEX #344CB3 Cerulean Blue

📋 copy color: '#344CB3'

red 52 ◦ green 76 ◦ blue 179

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

Shades of Cerulean Blue #344CB3

Tints of Cerulean Blue #344CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.31%

R = 16.94%
G = 24.76%
B = 58.31%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#344CB3 (or 0x344CB3) is known color: Cerulean Blue. HEX triplet: 34, 4C and B3. RGB value is (52,76,179). Sum of RGB (Red+Green+Blue) = 52+76+179=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #344CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CB3 is #CBB34C. Grayscale: #505050. Windows color (decimal): -13349709 or 11750452. OLE color: 11750452.

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

Color convert

RGB 52 76 179 -
CMYK 0.71 0.58 0 0.30
HSL 228.66º 0.55% 0.45% -
HSV(B) 228.66º 0.71% 0.7% -
XYZ 12.14 9.15 43.77 -
YUV 80.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 52 76 179 0.71 0.58 0 0.30 228.66 0.55 0.45
Hex 34 4C B3 47 3A 0 1E E5 37 2D
Octal 64 114 263 107 72 0 36 345 67 55
Binary 110100 1001100 10110011 1000111 111010 0 11110 11100101 110111 101101

Color Harmonies of #344CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CB3

Black with #344CB3

Text Example


Text Example

White with #344CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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