Html Css Color HEX #263371 Resolution Blue

📋 copy color: '#263371'

red 38 ◦ green 51 ◦ blue 113

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

Shades of Resolution Blue #263371

Tints of Resolution Blue #263371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.25%

 BLUE value IS 113 (44.53% from 255) = 55.94%

R = 18.81%
G = 25.25%
B = 55.94%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#263371 (or 0x263371) is known color: Resolution Blue. HEX triplet: 26, 33 and 71. RGB value is (38,51,113). Sum of RGB (Red+Green+Blue) = 38+51+113=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #263371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263371 is #D9CC8E. Grayscale: #353535. Windows color (decimal): -14273679 or 7418662. OLE color: 7418662.

HSL color Cylindrical-coordinate representation of color #263371: hue angle of 229.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263371 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 51 113 -
CMYK 0.66 0.55 0 0.56
HSL 229.6º 0.5% 0.3% -
HSV(B) 229.6º 0.66% 0.44% -
XYZ 4.96 3.97 16.13 -
YUV 54.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 38 51 113 0.66 0.55 0 0.56 229.6 0.5 0.3
Hex 26 33 71 42 37 0 38 E6 32 1E
Octal 46 63 161 102 67 0 70 346 62 36
Binary 100110 110011 1110001 1000010 110111 0 111000 11100110 110010 11110

Color Harmonies of #263371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263371

Black with #263371

Text Example


Text Example

White with #263371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263371; }

 p { color: rgb(38,51,113); }

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

background-color css

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

 a { background-color: rgb(38,51,113); }

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

border-color css

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

 span { border-color: rgb(38,51,113); }

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