Html Css Color HEX #263381 Resolution Blue

📋 copy color: '#263381'

red 38 ◦ green 51 ◦ blue 129

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

Shades of Resolution Blue #263381

Tints of Resolution Blue #263381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 59.17%

R = 17.43%
G = 23.39%
B = 59.17%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#263381 (or 0x263381) is known color: Resolution Blue. HEX triplet: 26, 33 and 81. RGB value is (38,51,129). Sum of RGB (Red+Green+Blue) = 38+51+129=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #263381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263381 is #D9CC7E. Grayscale: #373737. Windows color (decimal): -14273663 or 8467238. OLE color: 8467238.

HSL color Cylindrical-coordinate representation of color #263381: hue angle of 231.43º degrees, saturation: 0.54, 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 #263381 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 51 129 -
CMYK 0.71 0.60 0 0.49
HSL 231.43º 0.54% 0.33% -
HSV(B) 231.43º 0.71% 0.51% -
XYZ 5.95 4.36 21.3 -
YUV 56.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 38 51 129 0.71 0.60 0 0.49 231.43 0.54 0.33
Hex 26 33 81 47 3C 0 31 E7 36 21
Octal 46 63 201 107 74 0 61 347 66 41
Binary 100110 110011 10000001 1000111 111100 0 110001 11100111 110110 100001

Color Harmonies of #263381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263381

Black with #263381

Text Example


Text Example

White with #263381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263381; }

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

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

background-color css

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

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

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

border-color css

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

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

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