Html Css Color HEX #263387 Resolution Blue

📋 copy color: '#263387'

red 38 ◦ green 51 ◦ blue 135

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

Shades of Resolution Blue #263387

Tints of Resolution Blue #263387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60.27%

R = 16.96%
G = 22.77%
B = 60.27%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#263387 (or 0x263387) is known color: Resolution Blue. HEX triplet: 26, 33 and 87. RGB value is (38,51,135). Sum of RGB (Red+Green+Blue) = 38+51+135=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #263387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263387 is #D9CC78. Grayscale: #383838. Windows color (decimal): -14273657 or 8860454. OLE color: 8860454.

HSL color Cylindrical-coordinate representation of color #263387: hue angle of 231.96º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263387 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 51 135 -
CMYK 0.72 0.62 0 0.47
HSL 231.96º 0.56% 0.34% -
HSV(B) 231.96º 0.72% 0.53% -
XYZ 6.36 4.53 23.46 -
YUV 56.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 38 51 135 0.72 0.62 0 0.47 231.96 0.56 0.34
Hex 26 33 87 48 3E 0 2F E8 38 22
Octal 46 63 207 110 76 0 57 350 70 42
Binary 100110 110011 10000111 1001000 111110 0 101111 11101000 111000 100010

Color Harmonies of #263387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263387

Black with #263387

Text Example


Text Example

White with #263387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263387; }

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

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

background-color css

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

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

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

border-color css

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

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

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