Html Css Color HEX #267995 Astral

📋 copy color: '#267995'

red 38 ◦ green 121 ◦ blue 149

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

Shades of Astral #267995

Tints of Astral #267995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 12.34%
G = 39.29%
B = 48.38%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#267995 (or 0x267995) is known color: Astral. HEX triplet: 26, 79 and 95. RGB value is (38,121,149). Sum of RGB (Red+Green+Blue) = 38+121+149=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #267995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267995 is #D9866A. Grayscale: #636363. Windows color (decimal): -14255723 or 9795878. OLE color: 9795878.

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

Color convert

RGB 38 121 149 -
CMYK 0.74 0.19 0 0.42
HSL 195.14º 0.59% 0.37% -
HSV(B) 195.14º 0.74% 0.58% -
XYZ 13.06 16.26 30.88 -
YUV 99.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 38 121 149 0.74 0.19 0 0.42 195.14 0.59 0.37
Hex 26 79 95 4A 13 0 2A C3 3B 25
Octal 46 171 225 112 23 0 52 303 73 45
Binary 100110 1111001 10010101 1001010 10011 0 101010 11000011 111011 100101

Color Harmonies of #267995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267995

Black with #267995

Text Example


Text Example

White with #267995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267995; }

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

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

background-color css

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

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

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

border-color css

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

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

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