Html Css Color HEX #267392 Astral

📋 copy color: '#267392'

red 38 ◦ green 115 ◦ blue 146

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

Shades of Astral #267392

Tints of Astral #267392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 12.71%
G = 38.46%
B = 48.83%

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

#267392 (or 0x267392) is known color: Astral. HEX triplet: 26, 73 and 92. RGB value is (38,115,146). Sum of RGB (Red+Green+Blue) = 38+115+146=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #267392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267392 is #D98C6D. Grayscale: #5F5F5F. Windows color (decimal): -14257262 or 9597734. OLE color: 9597734.

HSL color Cylindrical-coordinate representation of color #267392: hue angle of 197.22º degrees, saturation: 0.59, 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 #267392 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 115 146 -
CMYK 0.74 0.21 0 0.43
HSL 197.22º 0.59% 0.36% -
HSV(B) 197.22º 0.74% 0.57% -
XYZ 12.12 14.75 29.4 -
YUV 95.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 38 115 146 0.74 0.21 0 0.43 197.22 0.59 0.36
Hex 26 73 92 4A 15 0 2B C5 3B 24
Octal 46 163 222 112 25 0 53 305 73 44
Binary 100110 1110011 10010010 1001010 10101 0 101011 11000101 111011 100100

Color Harmonies of #267392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267392

Black with #267392

Text Example


Text Example

White with #267392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267392; }

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

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

background-color css

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

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

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

border-color css

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

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

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