Html Css Color HEX #267795 Astral

📋 copy color: '#267795'

red 38 ◦ green 119 ◦ blue 149

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

Shades of Astral #267795

Tints of Astral #267795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

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

R = 12.42%
G = 38.89%
B = 48.69%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#267795 (or 0x267795) is known color: Astral. HEX triplet: 26, 77 and 95. RGB value is (38,119,149). Sum of RGB (Red+Green+Blue) = 38+119+149=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #267795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267795 is #D9886A. Grayscale: #626262. Windows color (decimal): -14256235 or 9795366. OLE color: 9795366.

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

Color convert

RGB 38 119 149 -
CMYK 0.74 0.20 0 0.42
HSL 196.22º 0.59% 0.37% -
HSV(B) 196.22º 0.74% 0.58% -
XYZ 12.82 15.78 30.8 -
YUV 98.2 156.66 85.06 -
System Red Green Blue C M Y K H S L
Decimal 38 119 149 0.74 0.20 0 0.42 196.22 0.59 0.37
Hex 26 77 95 4A 14 0 2A C4 3B 25
Octal 46 167 225 112 24 0 52 304 73 45
Binary 100110 1110111 10010101 1001010 10100 0 101010 11000100 111011 100101

Color Harmonies of #267795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267795

Black with #267795

Text Example


Text Example

White with #267795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267795; }

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

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

background-color css

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

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

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

border-color css

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

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

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