Html Css Color HEX #33396C Torea Bay

📋 copy color: '#33396C'

red 51 ◦ green 57 ◦ blue 108

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

Shades of Torea Bay #33396C

Tints of Torea Bay #33396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50%

R = 23.61%
G = 26.39%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33396C (or 0x33396C) is known color: Torea Bay. HEX triplet: 33, 39 and 6C. RGB value is (51,57,108). Sum of RGB (Red+Green+Blue) = 51+57+108=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #33396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33396C is #CCC693. Grayscale: #3C3C3C. Windows color (decimal): -13420180 or 7092531. OLE color: 7092531.

HSL color Cylindrical-coordinate representation of color #33396C: hue angle of 233.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33396C is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 57 108 -
CMYK 0.53 0.47 0 0.58
HSL 233.68º 0.36% 0.31% -
HSV(B) 233.68º 0.53% 0.42% -
XYZ 5.54 4.71 14.81 -
YUV 61.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 51 57 108 0.53 0.47 0 0.58 233.68 0.36 0.31
Hex 33 39 6C 35 2F 0 3A EA 24 1F
Octal 63 71 154 65 57 0 72 352 44 37
Binary 110011 111001 1101100 110101 101111 0 111010 11101010 100100 11111

Color Harmonies of #33396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33396C

Black with #33396C

Text Example


Text Example

White with #33396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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