Html Css Color HEX #263582 Resolution Blue

📋 copy color: '#263582'

red 38 ◦ green 53 ◦ blue 130

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

Shades of Resolution Blue #263582

Tints of Resolution Blue #263582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 130 (51.17% from 255) = 58.82%

R = 17.19%
G = 23.98%
B = 58.82%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#263582 (or 0x263582) is known color: Resolution Blue. HEX triplet: 26, 35 and 82. RGB value is (38,53,130). Sum of RGB (Red+Green+Blue) = 38+53+130=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #263582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263582 is #D9CA7D. Grayscale: #383838. Windows color (decimal): -14273150 or 8533286. OLE color: 8533286.

HSL color Cylindrical-coordinate representation of color #263582: hue angle of 230.22º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263582 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 53 130 -
CMYK 0.71 0.59 0 0.49
HSL 230.22º 0.55% 0.33% -
HSV(B) 230.22º 0.71% 0.51% -
XYZ 6.1 4.57 21.68 -
YUV 57.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 38 53 130 0.71 0.59 0 0.49 230.22 0.55 0.33
Hex 26 35 82 47 3B 0 31 E6 37 21
Octal 46 65 202 107 73 0 61 346 67 41
Binary 100110 110101 10000010 1000111 111011 0 110001 11100110 110111 100001

Color Harmonies of #263582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263582

Black with #263582

Text Example


Text Example

White with #263582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263582; }

 p { color: rgb(38,53,130); }

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

background-color css

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

 a { background-color: rgb(38,53,130); }

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

border-color css

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

 span { border-color: rgb(38,53,130); }

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