Html Css Color HEX #264256 Regal Blue

📋 copy color: '#264256'

red 38 ◦ green 66 ◦ blue 86

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

Shades of Regal Blue #264256

Tints of Regal Blue #264256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

 BLUE value IS 86 (33.98% from 255) = 45.26%

R = 20%
G = 34.74%
B = 45.26%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#264256 (or 0x264256) is known color: Regal Blue. HEX triplet: 26, 42 and 56. RGB value is (38,66,86). Sum of RGB (Red+Green+Blue) = 38+66+86=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #264256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264256 is #D9BDA9. Grayscale: #3B3B3B. Windows color (decimal): -14269866 or 5653030. OLE color: 5653030.

HSL color Cylindrical-coordinate representation of color #264256: hue angle of 205º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264256 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 66 86 -
CMYK 0.56 0.23 0 0.66
HSL 205º 0.39% 0.24% -
HSV(B) 205º 0.56% 0.34% -
XYZ 4.43 4.98 9.53 -
YUV 59.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 38 66 86 0.56 0.23 0 0.66 205 0.39 0.24
Hex 26 42 56 38 17 0 42 CD 27 18
Octal 46 102 126 70 27 0 102 315 47 30
Binary 100110 1000010 1010110 111000 10111 0 1000010 11001101 100111 11000

Color Harmonies of #264256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264256

Black with #264256

Text Example


Text Example

White with #264256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264256; }

 p { color: rgb(38,66,86); }

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

background-color css

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

 a { background-color: rgb(38,66,86); }

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

border-color css

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

 span { border-color: rgb(38,66,86); }

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