Html Css Color HEX #293082 Torea Bay

📋 copy color: '#293082'

red 41 ◦ green 48 ◦ blue 130

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

Shades of Torea Bay #293082

Tints of Torea Bay #293082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

 BLUE value IS 130 (51.17% from 255) = 59.36%

R = 18.72%
G = 21.92%
B = 59.36%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#293082 (or 0x293082) is known color: Torea Bay. HEX triplet: 29, 30 and 82. RGB value is (41,48,130). Sum of RGB (Red+Green+Blue) = 41+48+130=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #293082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293082 is #D6CF7D. Grayscale: #363636. Windows color (decimal): -14077822 or 8532009. OLE color: 8532009.

HSL color Cylindrical-coordinate representation of color #293082: hue angle of 235.28º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293082 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 48 130 -
CMYK 0.68 0.63 0 0.49
HSL 235.28º 0.52% 0.34% -
HSV(B) 235.28º 0.68% 0.51% -
XYZ 6 4.2 21.61 -
YUV 55.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 41 48 130 0.68 0.63 0 0.49 235.28 0.52 0.34
Hex 29 30 82 44 3F 0 31 EB 34 22
Octal 51 60 202 104 77 0 61 353 64 42
Binary 101001 110000 10000010 1000100 111111 0 110001 11101011 110100 100010

Color Harmonies of #293082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293082

Black with #293082

Text Example


Text Example

White with #293082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293082; }

 p { color: rgb(41,48,130); }

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

background-color css

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

 a { background-color: rgb(41,48,130); }

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

border-color css

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

 span { border-color: rgb(41,48,130); }

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