Html Css Color HEX #263D53 Regal Blue

📋 copy color: '#263D53'

red 38 ◦ green 61 ◦ blue 83

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

Shades of Regal Blue #263D53

Tints of Regal Blue #263D53

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 20.88%
G = 33.52%
B = 45.6%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263D53 (or 0x263D53) is known color: Regal Blue. HEX triplet: 26, 3D and 53. RGB value is (38,61,83). Sum of RGB (Red+Green+Blue) = 38+61+83=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #263D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D53 is #D9C2AC. Grayscale: #383838. Windows color (decimal): -14271149 or 5455142. OLE color: 5455142.

HSL color Cylindrical-coordinate representation of color #263D53: hue angle of 209.33º 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 #263D53 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 61 83 -
CMYK 0.54 0.27 0 0.67
HSL 209.33º 0.37% 0.24% -
HSV(B) 209.33º 0.54% 0.33% -
XYZ 4.03 4.37 8.82 -
YUV 56.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 38 61 83 0.54 0.27 0 0.67 209.33 0.37 0.24
Hex 26 3D 53 36 1B 0 43 D1 25 18
Octal 46 75 123 66 33 0 103 321 45 30
Binary 100110 111101 1010011 110110 11011 0 1000011 11010001 100101 11000

Color Harmonies of #263D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D53

Black with #263D53

Text Example


Text Example

White with #263D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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