Html Css Color HEX #33397C Torea Bay

📋 copy color: '#33397C'

red 51 ◦ green 57 ◦ blue 124

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

Shades of Torea Bay #33397C

Tints of Torea Bay #33397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.45%

R = 21.98%
G = 24.57%
B = 53.45%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33397C (or 0x33397C) is known color: Torea Bay. HEX triplet: 33, 39 and 7C. RGB value is (51,57,124). Sum of RGB (Red+Green+Blue) = 51+57+124=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #33397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33397C is #CCC683. Grayscale: #3E3E3E. Windows color (decimal): -13420164 or 8141107. OLE color: 8141107.

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

Color convert

RGB 51 57 124 -
CMYK 0.59 0.54 0 0.51
HSL 235.07º 0.42% 0.34% -
HSV(B) 235.07º 0.59% 0.49% -
XYZ 6.47 5.09 19.71 -
YUV 62.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 51 57 124 0.59 0.54 0 0.51 235.07 0.42 0.34
Hex 33 39 7C 3B 36 0 33 EB 2A 22
Octal 63 71 174 73 66 0 63 353 52 42
Binary 110011 111001 1111100 111011 110110 0 110011 11101011 101010 100010

Color Harmonies of #33397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33397C

Black with #33397C

Text Example


Text Example

White with #33397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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