Html Css Color HEX #263C89 Resolution Blue

📋 copy color: '#263C89'

red 38 ◦ green 60 ◦ blue 137

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

Shades of Resolution Blue #263C89

Tints of Resolution Blue #263C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.53%

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 16.17%
G = 25.53%
B = 58.3%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#263C89 (or 0x263C89) is known color: Resolution Blue. HEX triplet: 26, 3C and 89. RGB value is (38,60,137). Sum of RGB (Red+Green+Blue) = 38+60+137=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #263C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C89 is #D9C376. Grayscale: #3D3D3D. Windows color (decimal): -14271351 or 8993830. OLE color: 8993830.

HSL color Cylindrical-coordinate representation of color #263C89: hue angle of 226.67º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263C89 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 60 137 -
CMYK 0.72 0.56 0 0.46
HSL 226.67º 0.57% 0.34% -
HSV(B) 226.67º 0.72% 0.54% -
XYZ 6.93 5.45 24.35 -
YUV 62.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 38 60 137 0.72 0.56 0 0.46 226.67 0.57 0.34
Hex 26 3C 89 48 38 0 2E E3 39 22
Octal 46 74 211 110 70 0 56 343 71 42
Binary 100110 111100 10001001 1001000 111000 0 101110 11100011 111001 100010

Color Harmonies of #263C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C89

Black with #263C89

Text Example


Text Example

White with #263C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,60,137); }

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

background-color css

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

 a { background-color: rgb(38,60,137); }

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

border-color css

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

 span { border-color: rgb(38,60,137); }

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