Html Css Color HEX #334CBF Cerulean Blue

📋 copy color: '#334CBF'

red 51 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #334CBF

Tints of Cerulean Blue #334CBF

RGB

 RED value IS 51 (20.31% from 255) = 16.04%

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

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

R = 16.04%
G = 23.9%
B = 60.06%

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

#334CBF (or 0x334CBF) is known color: Cerulean Blue. HEX triplet: 33, 4C and BF. RGB value is (51,76,191). Sum of RGB (Red+Green+Blue) = 51+76+191=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #334CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CBF is #CCB340. Grayscale: #515151. Windows color (decimal): -13415233 or 12536883. OLE color: 12536883.

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

Color convert

RGB 51 76 191 -
CMYK 0.73 0.60 0 0.25
HSL 229.29º 0.58% 0.47% -
HSV(B) 229.29º 0.73% 0.75% -
XYZ 13.35 9.63 50.45 -
YUV 81.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 51 76 191 0.73 0.60 0 0.25 229.29 0.58 0.47
Hex 33 4C BF 49 3C 0 19 E5 3A 2F
Octal 63 114 277 111 74 0 31 345 72 57
Binary 110011 1001100 10111111 1001001 111100 0 11001 11100101 111010 101111

Color Harmonies of #334CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334CBF

Black with #334CBF

Text Example


Text Example

White with #334CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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