Html Css Color HEX #263779 Resolution Blue

📋 copy color: '#263779'

red 38 ◦ green 55 ◦ blue 121

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

Shades of Resolution Blue #263779

Tints of Resolution Blue #263779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 17.76%
G = 25.7%
B = 56.54%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#263779 (or 0x263779) is known color: Resolution Blue. HEX triplet: 26, 37 and 79. RGB value is (38,55,121). Sum of RGB (Red+Green+Blue) = 38+55+121=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #263779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263779 is #D9C886. Grayscale: #393939. Windows color (decimal): -14272647 or 7943974. OLE color: 7943974.

HSL color Cylindrical-coordinate representation of color #263779: hue angle of 227.71º 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 #263779 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 55 121 -
CMYK 0.69 0.55 0 0.53
HSL 227.71º 0.52% 0.31% -
HSV(B) 227.71º 0.69% 0.47% -
XYZ 5.62 4.52 18.67 -
YUV 57.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 38 55 121 0.69 0.55 0 0.53 227.71 0.52 0.31
Hex 26 37 79 45 37 0 35 E4 34 1F
Octal 46 67 171 105 67 0 65 344 64 37
Binary 100110 110111 1111001 1000101 110111 0 110101 11100100 110100 11111

Color Harmonies of #263779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263779

Black with #263779

Text Example


Text Example

White with #263779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263779; }

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

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

background-color css

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

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

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

border-color css

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

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

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