Html Css Color HEX #33357B Torea Bay

📋 copy color: '#33357B'

red 51 ◦ green 53 ◦ blue 123

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

Shades of Torea Bay #33357B

Tints of Torea Bay #33357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 22.47%
G = 23.35%
B = 54.19%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33357B (or 0x33357B) is known color: Torea Bay. HEX triplet: 33, 35 and 7B. RGB value is (51,53,123). Sum of RGB (Red+Green+Blue) = 51+53+123=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #33357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33357B is #CCCA84. Grayscale: #3C3C3C. Windows color (decimal): -13421189 or 8074547. OLE color: 8074547.

HSL color Cylindrical-coordinate representation of color #33357B: hue angle of 238.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33357B is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 53 123 -
CMYK 0.59 0.57 0 0.52
HSL 238.33º 0.41% 0.34% -
HSV(B) 238.33º 0.59% 0.48% -
XYZ 6.21 4.68 19.31 -
YUV 60.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 51 53 123 0.59 0.57 0 0.52 238.33 0.41 0.34
Hex 33 35 7B 3B 39 0 34 EE 29 22
Octal 63 65 173 73 71 0 64 356 51 42
Binary 110011 110101 1111011 111011 111001 0 110100 11101110 101001 100010

Color Harmonies of #33357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33357B

Black with #33357B

Text Example


Text Example

White with #33357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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