Html Css Color HEX #263379 Resolution Blue

📋 copy color: '#263379'

red 38 ◦ green 51 ◦ blue 121

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

Shades of Resolution Blue #263379

Tints of Resolution Blue #263379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 18.1%
G = 24.29%
B = 57.62%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#263379 (or 0x263379) is known color: Resolution Blue. HEX triplet: 26, 33 and 79. RGB value is (38,51,121). Sum of RGB (Red+Green+Blue) = 38+51+121=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #263379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263379 is #D9CC86. Grayscale: #363636. Windows color (decimal): -14273671 or 7942950. OLE color: 7942950.

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

Color convert

RGB 38 51 121 -
CMYK 0.69 0.58 0 0.53
HSL 230.6º 0.52% 0.31% -
HSV(B) 230.6º 0.69% 0.47% -
XYZ 5.43 4.16 18.61 -
YUV 55.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 38 51 121 0.69 0.58 0 0.53 230.6 0.52 0.31
Hex 26 33 79 45 3A 0 35 E7 34 1F
Octal 46 63 171 105 72 0 65 347 64 37
Binary 100110 110011 1111001 1000101 111010 0 110101 11100111 110100 11111

Color Harmonies of #263379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263379

Black with #263379

Text Example


Text Example

White with #263379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263379; }

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

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

background-color css

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

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

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

border-color css

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

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

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