Html Css Color HEX #293788 Resolution Blue

📋 copy color: '#293788'

red 41 ◦ green 55 ◦ blue 136

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

Shades of Resolution Blue #293788

Tints of Resolution Blue #293788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.62%

R = 17.67%
G = 23.71%
B = 58.62%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#293788 (or 0x293788) is known color: Resolution Blue. HEX triplet: 29, 37 and 88. RGB value is (41,55,136). Sum of RGB (Red+Green+Blue) = 41+55+136=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #293788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293788 is #D6C877. Grayscale: #3B3B3B. Windows color (decimal): -14076024 or 8927017. OLE color: 8927017.

HSL color Cylindrical-coordinate representation of color #293788: hue angle of 231.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293788 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 55 136 -
CMYK 0.70 0.60 0 0.47
HSL 231.16º 0.54% 0.35% -
HSV(B) 231.16º 0.7% 0.53% -
XYZ 6.72 4.98 23.9 -
YUV 60.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 41 55 136 0.70 0.60 0 0.47 231.16 0.54 0.35
Hex 29 37 88 46 3C 0 2F E7 36 23
Octal 51 67 210 106 74 0 57 347 66 43
Binary 101001 110111 10001000 1000110 111100 0 101111 11100111 110110 100011

Color Harmonies of #293788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293788

Black with #293788

Text Example


Text Example

White with #293788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293788; }

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

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

background-color css

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

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

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

border-color css

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

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

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