Html Css Color HEX #344CBF Cerulean Blue

📋 copy color: '#344CBF'

red 52 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #344CBF

Tints of Cerulean Blue #344CBF

RGB

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

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

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

R = 16.3%
G = 23.82%
B = 59.87%

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

#344CBF (or 0x344CBF) is known color: Cerulean Blue. HEX triplet: 34, 4C and BF. RGB value is (52,76,191). Sum of RGB (Red+Green+Blue) = 52+76+191=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #344CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CBF is #CBB340. Grayscale: #515151. Windows color (decimal): -13349697 or 12536884. OLE color: 12536884.

HSL color Cylindrical-coordinate representation of color #344CBF: hue angle of 229.64º 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 #344CBF is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 76 191 -
CMYK 0.73 0.60 0 0.25
HSL 229.64º 0.57% 0.48% -
HSV(B) 229.64º 0.73% 0.75% -
XYZ 13.4 9.66 50.45 -
YUV 81.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 52 76 191 0.73 0.60 0 0.25 229.64 0.57 0.48
Hex 34 4C BF 49 3C 0 19 E6 39 30
Octal 64 114 277 111 74 0 31 346 71 60
Binary 110100 1001100 10111111 1001001 111100 0 11001 11100110 111001 110000

Color Harmonies of #344CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CBF

Black with #344CBF

Text Example


Text Example

White with #344CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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