Html Css Color HEX #333475 Torea Bay

📋 copy color: '#333475'

red 51 ◦ green 52 ◦ blue 117

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

Shades of Torea Bay #333475

Tints of Torea Bay #333475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

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

R = 23.18%
G = 23.64%
B = 53.18%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#333475 (or 0x333475) is known color: Torea Bay. HEX triplet: 33, 34 and 75. RGB value is (51,52,117). Sum of RGB (Red+Green+Blue) = 51+52+117=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #333475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333475 is #CCCB8A. Grayscale: #3A3A3A. Windows color (decimal): -13421451 or 7681075. OLE color: 7681075.

HSL color Cylindrical-coordinate representation of color #333475: hue angle of 239.09º 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 #333475 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 52 117 -
CMYK 0.56 0.56 0 0.54
HSL 239.09º 0.39% 0.33% -
HSV(B) 239.09º 0.56% 0.46% -
XYZ 5.8 4.44 17.38 -
YUV 59.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 51 52 117 0.56 0.56 0 0.54 239.09 0.39 0.33
Hex 33 34 75 38 38 0 36 EF 27 21
Octal 63 64 165 70 70 0 66 357 47 41
Binary 110011 110100 1110101 111000 111000 0 110110 11101111 100111 100001

Color Harmonies of #333475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333475

Black with #333475

Text Example


Text Example

White with #333475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333475; }

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

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

background-color css

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

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

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

border-color css

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

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

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