Html Css Color HEX #267595 Astral

📋 copy color: '#267595'

red 38 ◦ green 117 ◦ blue 149

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

Shades of Astral #267595

Tints of Astral #267595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 12.5%
G = 38.49%
B = 49.01%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#267595 (or 0x267595) is known color: Astral. HEX triplet: 26, 75 and 95. RGB value is (38,117,149). Sum of RGB (Red+Green+Blue) = 38+117+149=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #267595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267595 is #D98A6A. Grayscale: #606060. Windows color (decimal): -14256747 or 9794854. OLE color: 9794854.

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

Color convert

RGB 38 117 149 -
CMYK 0.74 0.21 0 0.42
HSL 197.3º 0.59% 0.37% -
HSV(B) 197.3º 0.74% 0.58% -
XYZ 12.59 15.3 30.72 -
YUV 97.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 38 117 149 0.74 0.21 0 0.42 197.3 0.59 0.37
Hex 26 75 95 4A 15 0 2A C5 3B 25
Octal 46 165 225 112 25 0 52 305 73 45
Binary 100110 1110101 10010101 1001010 10101 0 101010 11000101 111011 100101

Color Harmonies of #267595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267595

Black with #267595

Text Example


Text Example

White with #267595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267595; }

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

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

background-color css

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

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

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

border-color css

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

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

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