Html Css Color HEX #333A77 Torea Bay

📋 copy color: '#333A77'

red 51 ◦ green 58 ◦ blue 119

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

Shades of Torea Bay #333A77

Tints of Torea Bay #333A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 22.37%
G = 25.44%
B = 52.19%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#333A77 (or 0x333A77) is known color: Torea Bay. HEX triplet: 33, 3A and 77. RGB value is (51,58,119). Sum of RGB (Red+Green+Blue) = 51+58+119=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #333A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A77 is #CCC588. Grayscale: #3E3E3E. Windows color (decimal): -13419913 or 7813683. OLE color: 7813683.

HSL color Cylindrical-coordinate representation of color #333A77: hue angle of 233.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333A77 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 58 119 -
CMYK 0.57 0.51 0 0.53
HSL 233.82º 0.4% 0.33% -
HSV(B) 233.82º 0.57% 0.47% -
XYZ 6.21 5.06 18.1 -
YUV 62.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 51 58 119 0.57 0.51 0 0.53 233.82 0.4 0.33
Hex 33 3A 77 39 33 0 35 EA 28 21
Octal 63 72 167 71 63 0 65 352 50 41
Binary 110011 111010 1110111 111001 110011 0 110101 11101010 101000 100001

Color Harmonies of #333A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A77

Black with #333A77

Text Example


Text Example

White with #333A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333A77; }

 p { color: rgb(51,58,119); }

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

background-color css

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

 a { background-color: rgb(51,58,119); }

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

border-color css

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

 span { border-color: rgb(51,58,119); }

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