Html Css Color HEX #263B50 Regal Blue

📋 copy color: '#263B50'

red 38 ◦ green 59 ◦ blue 80

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

Shades of Regal Blue #263B50

Tints of Regal Blue #263B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 21.47%
G = 33.33%
B = 45.2%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#263B50 (or 0x263B50) is known color: Regal Blue. HEX triplet: 26, 3B and 50. RGB value is (38,59,80). Sum of RGB (Red+Green+Blue) = 38+59+80=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #263B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B50 is #D9C4AF. Grayscale: #373737. Windows color (decimal): -14271664 or 5258022. OLE color: 5258022.

HSL color Cylindrical-coordinate representation of color #263B50: hue angle of 210º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263B50 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 59 80 -
CMYK 0.52 0.26 0 0.69
HSL 210º 0.36% 0.23% -
HSV(B) 210º 0.53% 0.31% -
XYZ 3.81 4.12 8.18 -
YUV 55.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 38 59 80 0.52 0.26 0 0.69 210 0.36 0.23
Hex 26 3B 50 34 1A 0 45 D2 24 17
Octal 46 73 120 64 32 0 105 322 44 27
Binary 100110 111011 1010000 110100 11010 0 1000101 11010010 100100 10111

Color Harmonies of #263B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B50

Black with #263B50

Text Example


Text Example

White with #263B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,80); }

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

background-color css

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

 a { background-color: rgb(38,59,80); }

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

border-color css

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

 span { border-color: rgb(38,59,80); }

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