Html Css Color HEX #33377D Torea Bay

📋 copy color: '#33377D'

red 51 ◦ green 55 ◦ blue 125

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

Shades of Torea Bay #33377D

Tints of Torea Bay #33377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 22.08%
G = 23.81%
B = 54.11%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33377D (or 0x33377D) is known color: Torea Bay. HEX triplet: 33, 37 and 7D. RGB value is (51,55,125). Sum of RGB (Red+Green+Blue) = 51+55+125=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #33377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33377D is #CCC882. Grayscale: #3D3D3D. Windows color (decimal): -13420675 or 8206131. OLE color: 8206131.

HSL color Cylindrical-coordinate representation of color #33377D: hue angle of 236.76º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33377D is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 55 125 -
CMYK 0.59 0.56 0 0.51
HSL 236.76º 0.42% 0.35% -
HSV(B) 236.76º 0.59% 0.49% -
XYZ 6.43 4.92 20.01 -
YUV 61.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 51 55 125 0.59 0.56 0 0.51 236.76 0.42 0.35
Hex 33 37 7D 3B 38 0 33 ED 2A 23
Octal 63 67 175 73 70 0 63 355 52 43
Binary 110011 110111 1111101 111011 111000 0 110011 11101101 101010 100011

Color Harmonies of #33377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33377D

Black with #33377D

Text Example


Text Example

White with #33377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33377D; }

 p { color: rgb(51,55,125); }

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

background-color css

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

 a { background-color: rgb(51,55,125); }

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

border-color css

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

 span { border-color: rgb(51,55,125); }

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