Html Css Color HEX #344CBA Cerulean Blue

📋 copy color: '#344CBA'

red 52 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #344CBA

Tints of Cerulean Blue #344CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 16.56%
G = 24.2%
B = 59.24%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#344CBA (or 0x344CBA) is known color: Cerulean Blue. HEX triplet: 34, 4C and BA. RGB value is (52,76,186). Sum of RGB (Red+Green+Blue) = 52+76+186=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #344CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CBA is #CBB345. Grayscale: #505050. Windows color (decimal): -13349702 or 12209204. OLE color: 12209204.

HSL color Cylindrical-coordinate representation of color #344CBA: hue angle of 229.25º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344CBA is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 76 186 -
CMYK 0.72 0.59 0 0.27
HSL 229.25º 0.56% 0.47% -
HSV(B) 229.25º 0.72% 0.73% -
XYZ 12.86 9.44 47.6 -
YUV 81.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 52 76 186 0.72 0.59 0 0.27 229.25 0.56 0.47
Hex 34 4C BA 48 3B 0 1B E5 38 2F
Octal 64 114 272 110 73 0 33 345 70 57
Binary 110100 1001100 10111010 1001000 111011 0 11011 11100101 111000 101111

Color Harmonies of #344CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CBA

Black with #344CBA

Text Example


Text Example

White with #344CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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