Html Css Color HEX #263376 Resolution Blue

📋 copy color: '#263376'

red 38 ◦ green 51 ◦ blue 118

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

Shades of Resolution Blue #263376

Tints of Resolution Blue #263376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 18.36%
G = 24.64%
B = 57%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#263376 (or 0x263376) is known color: Resolution Blue. HEX triplet: 26, 33 and 76. RGB value is (38,51,118). Sum of RGB (Red+Green+Blue) = 38+51+118=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #263376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263376 is #D9CC89. Grayscale: #363636. Windows color (decimal): -14273674 or 7746342. OLE color: 7746342.

HSL color Cylindrical-coordinate representation of color #263376: hue angle of 230.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263376 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 51 118 -
CMYK 0.68 0.57 0 0.54
HSL 230.25º 0.51% 0.31% -
HSV(B) 230.25º 0.68% 0.46% -
XYZ 5.25 4.09 17.65 -
YUV 54.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 38 51 118 0.68 0.57 0 0.54 230.25 0.51 0.31
Hex 26 33 76 44 39 0 36 E6 33 1F
Octal 46 63 166 104 71 0 66 346 63 37
Binary 100110 110011 1110110 1000100 111001 0 110110 11100110 110011 11111

Color Harmonies of #263376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263376

Black with #263376

Text Example


Text Example

White with #263376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263376; }

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

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

background-color css

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

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

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

border-color css

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

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

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