Html Css Color HEX #267090 Astral

📋 copy color: '#267090'

red 38 ◦ green 112 ◦ blue 144

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

Shades of Astral #267090

Tints of Astral #267090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 12.93%
G = 38.1%
B = 48.98%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#267090 (or 0x267090) is known color: Astral. HEX triplet: 26, 70 and 90. RGB value is (38,112,144). Sum of RGB (Red+Green+Blue) = 38+112+144=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #267090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267090 is #D98F6F. Grayscale: #5D5D5D. Windows color (decimal): -14258032 or 9465894. OLE color: 9465894.

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

Color convert

RGB 38 112 144 -
CMYK 0.74 0.22 0 0.44
HSL 198.11º 0.58% 0.36% -
HSV(B) 198.11º 0.74% 0.56% -
XYZ 11.63 14.01 28.48 -
YUV 93.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 38 112 144 0.74 0.22 0 0.44 198.11 0.58 0.36
Hex 26 70 90 4A 16 0 2C C6 3A 24
Octal 46 160 220 112 26 0 54 306 72 44
Binary 100110 1110000 10010000 1001010 10110 0 101100 11000110 111010 100100

Color Harmonies of #267090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267090

Black with #267090

Text Example


Text Example

White with #267090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267090; }

 p { color: rgb(38,112,144); }

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

background-color css

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

 a { background-color: rgb(38,112,144); }

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

border-color css

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

 span { border-color: rgb(38,112,144); }

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