Html Css Color HEX #334FB3 Cerulean Blue

📋 copy color: '#334FB3'

red 51 ◦ green 79 ◦ blue 179

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

Shades of Cerulean Blue #334FB3

Tints of Cerulean Blue #334FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 57.93%

R = 16.5%
G = 25.57%
B = 57.93%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#334FB3 (or 0x334FB3) is known color: Cerulean Blue. HEX triplet: 33, 4F and B3. RGB value is (51,79,179). Sum of RGB (Red+Green+Blue) = 51+79+179=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #334FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FB3 is #CCB04C. Grayscale: #515151. Windows color (decimal): -13414477 or 11751219. OLE color: 11751219.

HSL color Cylindrical-coordinate representation of color #334FB3: hue angle of 226.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334FB3 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 79 179 -
CMYK 0.72 0.56 0 0.30
HSL 226.88º 0.56% 0.45% -
HSV(B) 226.88º 0.72% 0.7% -
XYZ 12.3 9.55 43.84 -
YUV 82.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 51 79 179 0.72 0.56 0 0.30 226.88 0.56 0.45
Hex 33 4F B3 48 38 0 1E E3 38 2D
Octal 63 117 263 110 70 0 36 343 70 55
Binary 110011 1001111 10110011 1001000 111000 0 11110 11100011 111000 101101

Color Harmonies of #334FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FB3

Black with #334FB3

Text Example


Text Example

White with #334FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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