Html Css Color HEX #293458 Biscay

📋 copy color: '#293458'

red 41 ◦ green 52 ◦ blue 88

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

Shades of Biscay #293458

Tints of Biscay #293458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.62%

R = 22.65%
G = 28.73%
B = 48.62%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293458 (or 0x293458) is known color: Biscay. HEX triplet: 29, 34 and 58. RGB value is (41,52,88). Sum of RGB (Red+Green+Blue) = 41+52+88=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #293458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293458 is #D6CBA7. Grayscale: #343434. Windows color (decimal): -14076840 or 5780521. OLE color: 5780521.

HSL color Cylindrical-coordinate representation of color #293458: hue angle of 225.96º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293458 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 52 88 -
CMYK 0.53 0.41 0 0.65
HSL 225.96º 0.36% 0.25% -
HSV(B) 225.96º 0.53% 0.35% -
XYZ 3.9 3.63 9.73 -
YUV 52.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 41 52 88 0.53 0.41 0 0.65 225.96 0.36 0.25
Hex 29 34 58 35 29 0 41 E2 24 19
Octal 51 64 130 65 51 0 101 342 44 31
Binary 101001 110100 1011000 110101 101001 0 1000001 11100010 100100 11001

Color Harmonies of #293458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293458

Black with #293458

Text Example


Text Example

White with #293458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293458; }

 p { color: rgb(41,52,88); }

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

background-color css

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

 a { background-color: rgb(41,52,88); }

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

border-color css

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

 span { border-color: rgb(41,52,88); }

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