Html Css Color HEX #333575 Torea Bay

📋 copy color: '#333575'

red 51 ◦ green 53 ◦ blue 117

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

Shades of Torea Bay #333575

Tints of Torea Bay #333575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 23.08%
G = 23.98%
B = 52.94%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#333575 (or 0x333575) is known color: Torea Bay. HEX triplet: 33, 35 and 75. RGB value is (51,53,117). Sum of RGB (Red+Green+Blue) = 51+53+117=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #333575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333575 is #CCCA8A. Grayscale: #3B3B3B. Windows color (decimal): -13421195 or 7681331. OLE color: 7681331.

HSL color Cylindrical-coordinate representation of color #333575: hue angle of 238.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333575 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 53 117 -
CMYK 0.56 0.55 0 0.54
HSL 238.18º 0.39% 0.33% -
HSV(B) 238.18º 0.56% 0.46% -
XYZ 5.85 4.53 17.4 -
YUV 59.7 160.34 121.8 -
System Red Green Blue C M Y K H S L
Decimal 51 53 117 0.56 0.55 0 0.54 238.18 0.39 0.33
Hex 33 35 75 38 37 0 36 EE 27 21
Octal 63 65 165 70 67 0 66 356 47 41
Binary 110011 110101 1110101 111000 110111 0 110110 11101110 100111 100001

Color Harmonies of #333575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333575

Black with #333575

Text Example


Text Example

White with #333575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333575; }

 p { color: rgb(51,53,117); }

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

background-color css

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

 a { background-color: rgb(51,53,117); }

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

border-color css

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

 span { border-color: rgb(51,53,117); }

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