Html Css Color HEX #263176 Resolution Blue

📋 copy color: '#263176'

red 38 ◦ green 49 ◦ blue 118

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

Shades of Resolution Blue #263176

Tints of Resolution Blue #263176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 18.54%
G = 23.9%
B = 57.56%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#263176 (or 0x263176) is known color: Resolution Blue. HEX triplet: 26, 31 and 76. RGB value is (38,49,118). Sum of RGB (Red+Green+Blue) = 38+49+118=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #263176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263176 is #D9CE89. Grayscale: #353535. Windows color (decimal): -14274186 or 7745830. OLE color: 7745830.

HSL color Cylindrical-coordinate representation of color #263176: hue angle of 231.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263176 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 49 118 -
CMYK 0.68 0.58 0 0.54
HSL 231.75º 0.51% 0.31% -
HSV(B) 231.75º 0.68% 0.46% -
XYZ 5.17 3.92 17.62 -
YUV 53.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 38 49 118 0.68 0.58 0 0.54 231.75 0.51 0.31
Hex 26 31 76 44 3A 0 36 E8 33 1F
Octal 46 61 166 104 72 0 66 350 63 37
Binary 100110 110001 1110110 1000100 111010 0 110110 11101000 110011 11111

Color Harmonies of #263176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263176

Black with #263176

Text Example


Text Example

White with #263176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263176; }

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

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

background-color css

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

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

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

border-color css

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

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

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