Html Css Color HEX #344ABF Cerulean Blue

📋 copy color: '#344ABF'

red 52 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #344ABF

Tints of Cerulean Blue #344ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.34%

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

R = 16.4%
G = 23.34%
B = 60.25%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#344ABF (or 0x344ABF) is known color: Cerulean Blue. HEX triplet: 34, 4A and BF. RGB value is (52,74,191). Sum of RGB (Red+Green+Blue) = 52+74+191=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #344ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ABF is #CBB540. Grayscale: #505050. Windows color (decimal): -13350209 or 12536372. OLE color: 12536372.

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

Color convert

RGB 52 74 191 -
CMYK 0.73 0.61 0 0.25
HSL 230.5º 0.57% 0.48% -
HSV(B) 230.5º 0.73% 0.75% -
XYZ 13.27 9.39 50.4 -
YUV 80.76 190.21 107.49 -
System Red Green Blue C M Y K H S L
Decimal 52 74 191 0.73 0.61 0 0.25 230.5 0.57 0.48
Hex 34 4A BF 49 3D 0 19 E7 39 30
Octal 64 112 277 111 75 0 31 347 71 60
Binary 110100 1001010 10111111 1001001 111101 0 11001 11100111 111001 110000

Color Harmonies of #344ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344ABF

Black with #344ABF

Text Example


Text Example

White with #344ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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