Html Css Color HEX #267391 Astral

📋 copy color: '#267391'

red 38 ◦ green 115 ◦ blue 145

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

Shades of Astral #267391

Tints of Astral #267391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 12.75%
G = 38.59%
B = 48.66%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#267391 (or 0x267391) is known color: Astral. HEX triplet: 26, 73 and 91. RGB value is (38,115,145). Sum of RGB (Red+Green+Blue) = 38+115+145=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #267391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267391 is #D98C6E. Grayscale: #5F5F5F. Windows color (decimal): -14257263 or 9532198. OLE color: 9532198.

HSL color Cylindrical-coordinate representation of color #267391: hue angle of 196.82º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267391 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 115 145 -
CMYK 0.74 0.21 0 0.43
HSL 196.82º 0.58% 0.36% -
HSV(B) 196.82º 0.74% 0.57% -
XYZ 12.04 14.72 28.99 -
YUV 95.4 155.99 87.06 -
System Red Green Blue C M Y K H S L
Decimal 38 115 145 0.74 0.21 0 0.43 196.82 0.58 0.36
Hex 26 73 91 4A 15 0 2B C5 3A 24
Octal 46 163 221 112 25 0 53 305 72 44
Binary 100110 1110011 10010001 1001010 10101 0 101011 11000101 111010 100100

Color Harmonies of #267391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267391

Black with #267391

Text Example


Text Example

White with #267391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267391; }

 p { color: rgb(38,115,145); }

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

background-color css

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

 a { background-color: rgb(38,115,145); }

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

border-color css

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

 span { border-color: rgb(38,115,145); }

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