Html Css Color HEX #263E53 Regal Blue

📋 copy color: '#263E53'

red 38 ◦ green 62 ◦ blue 83

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

Shades of Regal Blue #263E53

Tints of Regal Blue #263E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.88%

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 20.77%
G = 33.88%
B = 45.36%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263E53 (or 0x263E53) is known color: Regal Blue. HEX triplet: 26, 3E and 53. RGB value is (38,62,83). Sum of RGB (Red+Green+Blue) = 38+62+83=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #263E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E53 is #D9C1AC. Grayscale: #393939. Windows color (decimal): -14270893 or 5455398. OLE color: 5455398.

HSL color Cylindrical-coordinate representation of color #263E53: hue angle of 208º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263E53 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 62 83 -
CMYK 0.54 0.25 0 0.67
HSL 208º 0.37% 0.24% -
HSV(B) 208º 0.54% 0.33% -
XYZ 4.08 4.48 8.83 -
YUV 57.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 38 62 83 0.54 0.25 0 0.67 208 0.37 0.24
Hex 26 3E 53 36 19 0 43 D0 25 18
Octal 46 76 123 66 31 0 103 320 45 30
Binary 100110 111110 1010011 110110 11001 0 1000011 11010000 100101 11000

Color Harmonies of #263E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E53

Black with #263E53

Text Example


Text Example

White with #263E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,83); }

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

background-color css

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

 a { background-color: rgb(38,62,83); }

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

border-color css

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

 span { border-color: rgb(38,62,83); }

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