Html Css Color HEX #263279 Resolution Blue

📋 copy color: '#263279'

red 38 ◦ green 50 ◦ blue 121

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

Shades of Resolution Blue #263279

Tints of Resolution Blue #263279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 121 (47.66% from 255) = 57.89%

R = 18.18%
G = 23.92%
B = 57.89%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#263279 (or 0x263279) is known color: Resolution Blue. HEX triplet: 26, 32 and 79. RGB value is (38,50,121). Sum of RGB (Red+Green+Blue) = 38+50+121=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #263279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263279 is #D9CD86. Grayscale: #363636. Windows color (decimal): -14273927 or 7942694. OLE color: 7942694.

HSL color Cylindrical-coordinate representation of color #263279: hue angle of 231.33º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #263279 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 50 121 -
CMYK 0.69 0.59 0 0.53
HSL 231.33º 0.52% 0.31% -
HSV(B) 231.33º 0.69% 0.47% -
XYZ 5.39 4.07 18.59 -
YUV 54.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 38 50 121 0.69 0.59 0 0.53 231.33 0.52 0.31
Hex 26 32 79 45 3B 0 35 E7 34 1F
Octal 46 62 171 105 73 0 65 347 64 37
Binary 100110 110010 1111001 1000101 111011 0 110101 11100111 110100 11111

Color Harmonies of #263279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263279

Black with #263279

Text Example


Text Example

White with #263279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263279; }

 p { color: rgb(38,50,121); }

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

background-color css

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

 a { background-color: rgb(38,50,121); }

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

border-color css

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

 span { border-color: rgb(38,50,121); }

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