Html Css Color HEX #267591 Astral

📋 copy color: '#267591'

red 38 ◦ green 117 ◦ blue 145

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

Shades of Astral #267591

Tints of Astral #267591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 12.67%
G = 39%
B = 48.33%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#267591 (or 0x267591) is known color: Astral. HEX triplet: 26, 75 and 91. RGB value is (38,117,145). Sum of RGB (Red+Green+Blue) = 38+117+145=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #267591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267591 is #D98A6E. Grayscale: #606060. Windows color (decimal): -14256751 or 9532710. OLE color: 9532710.

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

Color convert

RGB 38 117 145 -
CMYK 0.74 0.19 0 0.43
HSL 195.7º 0.58% 0.36% -
HSV(B) 195.7º 0.74% 0.57% -
XYZ 12.27 15.18 29.07 -
YUV 96.57 155.33 86.22 -
System Red Green Blue C M Y K H S L
Decimal 38 117 145 0.74 0.19 0 0.43 195.7 0.58 0.36
Hex 26 75 91 4A 13 0 2B C4 3A 24
Octal 46 165 221 112 23 0 53 304 72 44
Binary 100110 1110101 10010001 1001010 10011 0 101011 11000100 111010 100100

Color Harmonies of #267591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267591

Black with #267591

Text Example


Text Example

White with #267591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267591; }

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

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

background-color css

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

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

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

border-color css

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

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

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