Html Css Color HEX #267290 Astral

📋 copy color: '#267290'

red 38 ◦ green 114 ◦ blue 144

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

Shades of Astral #267290

Tints of Astral #267290

RGB

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

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

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

R = 12.84%
G = 38.51%
B = 48.65%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#267290 (or 0x267290) is known color: Astral. HEX triplet: 26, 72 and 90. RGB value is (38,114,144). Sum of RGB (Red+Green+Blue) = 38+114+144=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #267290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267290 is #D98D6F. Grayscale: #5E5E5E. Windows color (decimal): -14257520 or 9466406. OLE color: 9466406.

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

Color convert

RGB 38 114 144 -
CMYK 0.74 0.21 0 0.44
HSL 196.98º 0.58% 0.36% -
HSV(B) 196.98º 0.74% 0.56% -
XYZ 11.85 14.46 28.55 -
YUV 94.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 38 114 144 0.74 0.21 0 0.44 196.98 0.58 0.36
Hex 26 72 90 4A 15 0 2C C5 3A 24
Octal 46 162 220 112 25 0 54 305 72 44
Binary 100110 1110010 10010000 1001010 10101 0 101100 11000101 111010 100100

Color Harmonies of #267290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267290

Black with #267290

Text Example


Text Example

White with #267290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267290; }

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

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

background-color css

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

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

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

border-color css

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

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

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