Html Css Color HEX #263575 Resolution Blue

📋 copy color: '#263575'

red 38 ◦ green 53 ◦ blue 117

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

Shades of Resolution Blue #263575

Tints of Resolution Blue #263575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 18.27%
G = 25.48%
B = 56.25%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#263575 (or 0x263575) is known color: Resolution Blue. HEX triplet: 26, 35 and 75. RGB value is (38,53,117). Sum of RGB (Red+Green+Blue) = 38+53+117=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #263575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263575 is #D9CA8A. Grayscale: #373737. Windows color (decimal): -14273163 or 7681318. OLE color: 7681318.

HSL color Cylindrical-coordinate representation of color #263575: hue angle of 228.61º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263575 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 53 117 -
CMYK 0.68 0.55 0 0.54
HSL 228.61º 0.51% 0.3% -
HSV(B) 228.61º 0.68% 0.46% -
XYZ 5.28 4.24 17.37 -
YUV 55.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 38 53 117 0.68 0.55 0 0.54 228.61 0.51 0.3
Hex 26 35 75 44 37 0 36 E5 33 1E
Octal 46 65 165 104 67 0 66 345 63 36
Binary 100110 110101 1110101 1000100 110111 0 110110 11100101 110011 11110

Color Harmonies of #263575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263575

Black with #263575

Text Example


Text Example

White with #263575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263575; }

 p { color: rgb(38,53,117); }

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

background-color css

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

 a { background-color: rgb(38,53,117); }

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

border-color css

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

 span { border-color: rgb(38,53,117); }

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