Html Css Color HEX #333971 Torea Bay

📋 copy color: '#333971'

red 51 ◦ green 57 ◦ blue 113

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

Shades of Torea Bay #333971

Tints of Torea Bay #333971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 113 (44.53% from 255) = 51.13%

R = 23.08%
G = 25.79%
B = 51.13%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#333971 (or 0x333971) is known color: Torea Bay. HEX triplet: 33, 39 and 71. RGB value is (51,57,113). Sum of RGB (Red+Green+Blue) = 51+57+113=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #333971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333971 is #CCC68E. Grayscale: #3D3D3D. Windows color (decimal): -13420175 or 7420211. OLE color: 7420211.

HSL color Cylindrical-coordinate representation of color #333971: hue angle of 234.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333971 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 57 113 -
CMYK 0.55 0.50 0 0.56
HSL 234.19º 0.38% 0.32% -
HSV(B) 234.19º 0.55% 0.44% -
XYZ 5.81 4.82 16.25 -
YUV 61.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 51 57 113 0.55 0.50 0 0.56 234.19 0.38 0.32
Hex 33 39 71 37 32 0 38 EA 26 20
Octal 63 71 161 67 62 0 70 352 46 40
Binary 110011 111001 1110001 110111 110010 0 111000 11101010 100110 100000

Color Harmonies of #333971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333971

Black with #333971

Text Example


Text Example

White with #333971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333971; }

 p { color: rgb(51,57,113); }

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

background-color css

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

 a { background-color: rgb(51,57,113); }

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

border-color css

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

 span { border-color: rgb(51,57,113); }

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