Html Css Color HEX #263177 Resolution Blue

📋 copy color: '#263177'

red 38 ◦ green 49 ◦ blue 119

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

Shades of Resolution Blue #263177

Tints of Resolution Blue #263177

RGB

 RED value IS 38 (15.23% from 255) = 18.45%

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 18.45%
G = 23.79%
B = 57.77%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#263177 (or 0x263177) is known color: Resolution Blue. HEX triplet: 26, 31 and 77. RGB value is (38,49,119). Sum of RGB (Red+Green+Blue) = 38+49+119=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #263177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263177 is #D9CE88. Grayscale: #353535. Windows color (decimal): -14274185 or 7811366. OLE color: 7811366.

HSL color Cylindrical-coordinate representation of color #263177: hue angle of 231.85º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263177 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 49 119 -
CMYK 0.68 0.59 0 0.53
HSL 231.85º 0.52% 0.31% -
HSV(B) 231.85º 0.68% 0.47% -
XYZ 5.23 3.94 17.94 -
YUV 53.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 38 49 119 0.68 0.59 0 0.53 231.85 0.52 0.31
Hex 26 31 77 44 3B 0 35 E8 34 1F
Octal 46 61 167 104 73 0 65 350 64 37
Binary 100110 110001 1110111 1000100 111011 0 110101 11101000 110100 11111

Color Harmonies of #263177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263177

Black with #263177

Text Example


Text Example

White with #263177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263177; }

 p { color: rgb(38,49,119); }

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

background-color css

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

 a { background-color: rgb(38,49,119); }

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

border-color css

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

 span { border-color: rgb(38,49,119); }

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