Html Css Color HEX #263E84 Resolution Blue

📋 copy color: '#263E84'

red 38 ◦ green 62 ◦ blue 132

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

Shades of Resolution Blue #263E84

Tints of Resolution Blue #263E84

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.72%

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 16.38%
G = 26.72%
B = 56.9%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#263E84 (or 0x263E84) is known color: Resolution Blue. HEX triplet: 26, 3E and 84. RGB value is (38,62,132). Sum of RGB (Red+Green+Blue) = 38+62+132=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #263E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E84 is #D9C17B. Grayscale: #3E3E3E. Windows color (decimal): -14270844 or 8666662. OLE color: 8666662.

HSL color Cylindrical-coordinate representation of color #263E84: hue angle of 224.68º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263E84 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 62 132 -
CMYK 0.71 0.53 0 0.48
HSL 224.68º 0.55% 0.33% -
HSV(B) 224.68º 0.71% 0.52% -
XYZ 6.69 5.52 22.54 -
YUV 62.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 38 62 132 0.71 0.53 0 0.48 224.68 0.55 0.33
Hex 26 3E 84 47 35 0 30 E1 37 21
Octal 46 76 204 107 65 0 60 341 67 41
Binary 100110 111110 10000100 1000111 110101 0 110000 11100001 110111 100001

Color Harmonies of #263E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E84

Black with #263E84

Text Example


Text Example

White with #263E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,132); }

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

background-color css

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

 a { background-color: rgb(38,62,132); }

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

border-color css

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

 span { border-color: rgb(38,62,132); }

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