Html Css Color HEX #267293 Astral

📋 copy color: '#267293'

red 38 ◦ green 114 ◦ blue 147

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

Shades of Astral #267293

Tints of Astral #267293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 12.71%
G = 38.13%
B = 49.16%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#267293 (or 0x267293) is known color: Astral. HEX triplet: 26, 72 and 93. RGB value is (38,114,147). Sum of RGB (Red+Green+Blue) = 38+114+147=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #267293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267293 is #D98D6C. Grayscale: #5E5E5E. Windows color (decimal): -14257517 or 9663014. OLE color: 9663014.

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

Color convert

RGB 38 114 147 -
CMYK 0.74 0.22 0 0.42
HSL 198.17º 0.59% 0.36% -
HSV(B) 198.17º 0.74% 0.58% -
XYZ 12.08 14.55 29.78 -
YUV 95.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 38 114 147 0.74 0.22 0 0.42 198.17 0.59 0.36
Hex 26 72 93 4A 16 0 2A C6 3B 24
Octal 46 162 223 112 26 0 52 306 73 44
Binary 100110 1110010 10010011 1001010 10110 0 101010 11000110 111011 100100

Color Harmonies of #267293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267293

Black with #267293

Text Example


Text Example

White with #267293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267293; }

 p { color: rgb(38,114,147); }

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

background-color css

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

 a { background-color: rgb(38,114,147); }

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

border-color css

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

 span { border-color: rgb(38,114,147); }

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