Html Css Color HEX #344DBF Cerulean Blue

📋 copy color: '#344DBF'

red 52 ◦ green 77 ◦ blue 191

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

Shades of Cerulean Blue #344DBF

Tints of Cerulean Blue #344DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.69%

R = 16.25%
G = 24.06%
B = 59.69%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#344DBF (or 0x344DBF) is known color: Cerulean Blue. HEX triplet: 34, 4D and BF. RGB value is (52,77,191). Sum of RGB (Red+Green+Blue) = 52+77+191=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #344DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBF is #CBB240. Grayscale: #525252. Windows color (decimal): -13349441 or 12537140. OLE color: 12537140.

HSL color Cylindrical-coordinate representation of color #344DBF: hue angle of 229.21º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344DBF is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 77 191 -
CMYK 0.73 0.60 0 0.25
HSL 229.21º 0.57% 0.48% -
HSV(B) 229.21º 0.73% 0.75% -
XYZ 13.47 9.8 50.47 -
YUV 82.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 52 77 191 0.73 0.60 0 0.25 229.21 0.57 0.48
Hex 34 4D BF 49 3C 0 19 E5 39 30
Octal 64 115 277 111 74 0 31 345 71 60
Binary 110100 1001101 10111111 1001001 111100 0 11001 11100101 111001 110000

Color Harmonies of #344DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344DBF

Black with #344DBF

Text Example


Text Example

White with #344DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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