Html Css Color HEX #334FBA Cerulean Blue

📋 copy color: '#334FBA'

red 51 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #334FBA

Tints of Cerulean Blue #334FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 16.14%
G = 25%
B = 58.86%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#334FBA (or 0x334FBA) is known color: Cerulean Blue. HEX triplet: 33, 4F and BA. RGB value is (51,79,186). Sum of RGB (Red+Green+Blue) = 51+79+186=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #334FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FBA is #CCB045. Grayscale: #525252. Windows color (decimal): -13414470 or 12209971. OLE color: 12209971.

HSL color Cylindrical-coordinate representation of color #334FBA: hue angle of 227.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334FBA is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 79 186 -
CMYK 0.73 0.58 0 0.27
HSL 227.56º 0.57% 0.46% -
HSV(B) 227.56º 0.73% 0.73% -
XYZ 13.02 9.84 47.67 -
YUV 82.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 51 79 186 0.73 0.58 0 0.27 227.56 0.57 0.46
Hex 33 4F BA 49 3A 0 1B E4 39 2E
Octal 63 117 272 111 72 0 33 344 71 56
Binary 110011 1001111 10111010 1001001 111010 0 11011 11100100 111001 101110

Color Harmonies of #334FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FBA

Black with #334FBA

Text Example


Text Example

White with #334FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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