Html Css Color HEX #263A77 Resolution Blue

📋 copy color: '#263A77'

red 38 ◦ green 58 ◦ blue 119

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

Shades of Resolution Blue #263A77

Tints of Resolution Blue #263A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.98%

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

R = 17.67%
G = 26.98%
B = 55.35%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#263A77 (or 0x263A77) is known color: Resolution Blue. HEX triplet: 26, 3A and 77. RGB value is (38,58,119). Sum of RGB (Red+Green+Blue) = 38+58+119=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #263A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A77 is #D9C588. Grayscale: #3A3A3A. Windows color (decimal): -14271881 or 7813670. OLE color: 7813670.

HSL color Cylindrical-coordinate representation of color #263A77: hue angle of 225.19º 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 #263A77 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 58 119 -
CMYK 0.68 0.51 0 0.53
HSL 225.19º 0.52% 0.31% -
HSV(B) 225.19º 0.68% 0.47% -
XYZ 5.64 4.77 18.08 -
YUV 58.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 38 58 119 0.68 0.51 0 0.53 225.19 0.52 0.31
Hex 26 3A 77 44 33 0 35 E1 34 1F
Octal 46 72 167 104 63 0 65 341 64 37
Binary 100110 111010 1110111 1000100 110011 0 110101 11100001 110100 11111

Color Harmonies of #263A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A77

Black with #263A77

Text Example


Text Example

White with #263A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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