Html Css Color HEX #263D79 Resolution Blue

📋 copy color: '#263D79'

red 38 ◦ green 61 ◦ blue 121

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

Shades of Resolution Blue #263D79

Tints of Resolution Blue #263D79

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

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

R = 17.27%
G = 27.73%
B = 55%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#263D79 (or 0x263D79) is known color: Resolution Blue. HEX triplet: 26, 3D and 79. RGB value is (38,61,121). Sum of RGB (Red+Green+Blue) = 38+61+121=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #263D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D79 is #D9C286. Grayscale: #3C3C3C. Windows color (decimal): -14271111 or 7945510. OLE color: 7945510.

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

Color convert

RGB 38 61 121 -
CMYK 0.69 0.50 0 0.53
HSL 223.37º 0.52% 0.31% -
HSV(B) 223.37º 0.69% 0.47% -
XYZ 5.92 5.13 18.77 -
YUV 60.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 38 61 121 0.69 0.50 0 0.53 223.37 0.52 0.31
Hex 26 3D 79 45 32 0 35 DF 34 1F
Octal 46 75 171 105 62 0 65 337 64 37
Binary 100110 111101 1111001 1000101 110010 0 110101 11011111 110100 11111

Color Harmonies of #263D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D79

Black with #263D79

Text Example


Text Example

White with #263D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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