Html Css Color HEX #293285 Torea Bay

📋 copy color: '#293285'

red 41 ◦ green 50 ◦ blue 133

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

Shades of Torea Bay #293285

Tints of Torea Bay #293285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 18.3%
G = 22.32%
B = 59.38%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#293285 (or 0x293285) is known color: Torea Bay. HEX triplet: 29, 32 and 85. RGB value is (41,50,133). Sum of RGB (Red+Green+Blue) = 41+50+133=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #293285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293285 is #D6CD7A. Grayscale: #383838. Windows color (decimal): -14077307 or 8729129. OLE color: 8729129.

HSL color Cylindrical-coordinate representation of color #293285: hue angle of 234.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293285 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 50 133 -
CMYK 0.69 0.62 0 0.48
HSL 234.13º 0.53% 0.34% -
HSV(B) 234.13º 0.69% 0.52% -
XYZ 6.29 4.45 22.72 -
YUV 56.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 41 50 133 0.69 0.62 0 0.48 234.13 0.53 0.34
Hex 29 32 85 45 3E 0 30 EA 35 22
Octal 51 62 205 105 76 0 60 352 65 42
Binary 101001 110010 10000101 1000101 111110 0 110000 11101010 110101 100010

Color Harmonies of #293285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293285

Black with #293285

Text Example


Text Example

White with #293285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293285; }

 p { color: rgb(41,50,133); }

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

background-color css

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

 a { background-color: rgb(41,50,133); }

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

border-color css

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

 span { border-color: rgb(41,50,133); }

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