Html Css Color HEX #263F54 Regal Blue

📋 copy color: '#263F54'

red 38 ◦ green 63 ◦ blue 84

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

Shades of Regal Blue #263F54

Tints of Regal Blue #263F54

RGB

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

 GREEN value IS 63 (25% from 255) = 34.05%

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 20.54%
G = 34.05%
B = 45.41%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263F54 (or 0x263F54) is known color: Regal Blue. HEX triplet: 26, 3F and 54. RGB value is (38,63,84). Sum of RGB (Red+Green+Blue) = 38+63+84=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #263F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F54 is #D9C0AB. Grayscale: #393939. Windows color (decimal): -14270636 or 5521190. OLE color: 5521190.

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

Color convert

RGB 38 63 84 -
CMYK 0.55 0.25 0 0.67
HSL 207.39º 0.38% 0.24% -
HSV(B) 207.39º 0.55% 0.33% -
XYZ 4.18 4.61 9.06 -
YUV 57.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 38 63 84 0.55 0.25 0 0.67 207.39 0.38 0.24
Hex 26 3F 54 37 19 0 43 CF 26 18
Octal 46 77 124 67 31 0 103 317 46 30
Binary 100110 111111 1010100 110111 11001 0 1000011 11001111 100110 11000

Color Harmonies of #263F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F54

Black with #263F54

Text Example


Text Example

White with #263F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,63,84); }

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

background-color css

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

 a { background-color: rgb(38,63,84); }

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

border-color css

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

 span { border-color: rgb(38,63,84); }

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