Html Css Color HEX #293775 Resolution Blue

📋 copy color: '#293775'

red 41 ◦ green 55 ◦ blue 117

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

Shades of Resolution Blue #293775

Tints of Resolution Blue #293775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

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

R = 19.25%
G = 25.82%
B = 54.93%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#293775 (or 0x293775) is known color: Resolution Blue. HEX triplet: 29, 37 and 75. RGB value is (41,55,117). Sum of RGB (Red+Green+Blue) = 41+55+117=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #293775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293775 is #D6C88A. Grayscale: #393939. Windows color (decimal): -14076043 or 7681833. OLE color: 7681833.

HSL color Cylindrical-coordinate representation of color #293775: hue angle of 228.95º 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 #293775 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 55 117 -
CMYK 0.65 0.53 0 0.54
HSL 228.95º 0.48% 0.31% -
HSV(B) 228.95º 0.65% 0.46% -
XYZ 5.49 4.49 17.41 -
YUV 57.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 41 55 117 0.65 0.53 0 0.54 228.95 0.48 0.31
Hex 29 37 75 41 35 0 36 E5 30 1F
Octal 51 67 165 101 65 0 66 345 60 37
Binary 101001 110111 1110101 1000001 110101 0 110110 11100101 110000 11111

Color Harmonies of #293775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293775

Black with #293775

Text Example


Text Example

White with #293775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293775; }

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

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

background-color css

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

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

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

border-color css

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

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

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