Html Css Color HEX #293375 Torea Bay

📋 copy color: '#293375'

red 41 ◦ green 51 ◦ blue 117

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

Shades of Torea Bay #293375

Tints of Torea Bay #293375

RGB

 RED value IS 41 (16.41% from 255) = 19.62%

 GREEN value IS 51 (20.31% from 255) = 24.4%

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

R = 19.62%
G = 24.4%
B = 55.98%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293375 (or 0x293375) is known color: Torea Bay. HEX triplet: 29, 33 and 75. RGB value is (41,51,117). Sum of RGB (Red+Green+Blue) = 41+51+117=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #293375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293375 is #D6CC8A. Grayscale: #373737. Windows color (decimal): -14077067 or 7680809. OLE color: 7680809.

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

Color convert

RGB 41 51 117 -
CMYK 0.65 0.56 0 0.54
HSL 232.11º 0.48% 0.31% -
HSV(B) 232.11º 0.65% 0.46% -
XYZ 5.31 4.12 17.35 -
YUV 55.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 41 51 117 0.65 0.56 0 0.54 232.11 0.48 0.31
Hex 29 33 75 41 38 0 36 E8 30 1F
Octal 51 63 165 101 70 0 66 350 60 37
Binary 101001 110011 1110101 1000001 111000 0 110110 11101000 110000 11111

Color Harmonies of #293375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293375

Black with #293375

Text Example


Text Example

White with #293375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293375; }

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

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

background-color css

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

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

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

border-color css

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

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

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