Html Css Color HEX #267992 Astral

📋 copy color: '#267992'

red 38 ◦ green 121 ◦ blue 146

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

Shades of Astral #267992

Tints of Astral #267992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

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

R = 12.46%
G = 39.67%
B = 47.87%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#267992 (or 0x267992) is known color: Astral. HEX triplet: 26, 79 and 92. RGB value is (38,121,146). Sum of RGB (Red+Green+Blue) = 38+121+146=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #267992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267992 is #D9866D. Grayscale: #626262. Windows color (decimal): -14255726 or 9599270. OLE color: 9599270.

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

Color convert

RGB 38 121 146 -
CMYK 0.74 0.17 0 0.43
HSL 193.89º 0.59% 0.36% -
HSV(B) 193.89º 0.74% 0.57% -
XYZ 12.83 16.16 29.64 -
YUV 99.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 38 121 146 0.74 0.17 0 0.43 193.89 0.59 0.36
Hex 26 79 92 4A 11 0 2B C2 3B 24
Octal 46 171 222 112 21 0 53 302 73 44
Binary 100110 1111001 10010010 1001010 10001 0 101011 11000010 111011 100100

Color Harmonies of #267992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267992

Black with #267992

Text Example


Text Example

White with #267992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267992; }

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

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

background-color css

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

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

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

border-color css

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

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

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