Html Css Color HEX #263D71 Resolution Blue

📋 copy color: '#263D71'

red 38 ◦ green 61 ◦ blue 113

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

Shades of Resolution Blue #263D71

Tints of Resolution Blue #263D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.77%

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

R = 17.92%
G = 28.77%
B = 53.3%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#263D71 (or 0x263D71) is known color: Resolution Blue. HEX triplet: 26, 3D and 71. RGB value is (38,61,113). Sum of RGB (Red+Green+Blue) = 38+61+113=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #263D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D71 is #D9C28E. Grayscale: #3B3B3B. Windows color (decimal): -14271119 or 7421222. OLE color: 7421222.

HSL color Cylindrical-coordinate representation of color #263D71: hue angle of 221.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 #263D71 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 61 113 -
CMYK 0.66 0.46 0 0.56
HSL 221.6º 0.5% 0.3% -
HSV(B) 221.6º 0.66% 0.44% -
XYZ 5.45 4.94 16.29 -
YUV 60.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 38 61 113 0.66 0.46 0 0.56 221.6 0.5 0.3
Hex 26 3D 71 42 2E 0 38 DE 32 1E
Octal 46 75 161 102 56 0 70 336 62 36
Binary 100110 111101 1110001 1000010 101110 0 111000 11011110 110010 11110

Color Harmonies of #263D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D71

Black with #263D71

Text Example


Text Example

White with #263D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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