Html Css Color HEX #334FBF Cerulean Blue

📋 copy color: '#334FBF'

red 51 ◦ green 79 ◦ blue 191

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

Shades of Cerulean Blue #334FBF

Tints of Cerulean Blue #334FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

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

R = 15.89%
G = 24.61%
B = 59.5%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#334FBF (or 0x334FBF) is known color: Cerulean Blue. HEX triplet: 33, 4F and BF. RGB value is (51,79,191). Sum of RGB (Red+Green+Blue) = 51+79+191=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #334FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FBF is #CCB040. Grayscale: #525252. Windows color (decimal): -13414465 or 12537651. OLE color: 12537651.

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

Color convert

RGB 51 79 191 -
CMYK 0.73 0.59 0 0.25
HSL 228º 0.58% 0.47% -
HSV(B) 228º 0.73% 0.75% -
XYZ 13.57 10.06 50.52 -
YUV 83.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 51 79 191 0.73 0.59 0 0.25 228 0.58 0.47
Hex 33 4F BF 49 3B 0 19 E4 3A 2F
Octal 63 117 277 111 73 0 31 344 72 57
Binary 110011 1001111 10111111 1001001 111011 0 11001 11100100 111010 101111

Color Harmonies of #334FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FBF

Black with #334FBF

Text Example


Text Example

White with #334FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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