Html Css Color HEX #263A85 Resolution Blue

📋 copy color: '#263A85'

red 38 ◦ green 58 ◦ blue 133

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

Shades of Resolution Blue #263A85

Tints of Resolution Blue #263A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.08%

R = 16.59%
G = 25.33%
B = 58.08%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#263A85 (or 0x263A85) is known color: Resolution Blue. HEX triplet: 26, 3A and 85. RGB value is (38,58,133). Sum of RGB (Red+Green+Blue) = 38+58+133=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #263A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A85 is #D9C57A. Grayscale: #3C3C3C. Windows color (decimal): -14271867 or 8731174. OLE color: 8731174.

HSL color Cylindrical-coordinate representation of color #263A85: hue angle of 227.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263A85 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 58 133 -
CMYK 0.71 0.56 0 0.48
HSL 227.37º 0.56% 0.34% -
HSV(B) 227.37º 0.71% 0.52% -
XYZ 6.55 5.13 22.84 -
YUV 60.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 38 58 133 0.71 0.56 0 0.48 227.37 0.56 0.34
Hex 26 3A 85 47 38 0 30 E3 38 22
Octal 46 72 205 107 70 0 60 343 70 42
Binary 100110 111010 10000101 1000111 111000 0 110000 11100011 111000 100010

Color Harmonies of #263A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A85

Black with #263A85

Text Example


Text Example

White with #263A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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