Html Css Color HEX #267594 Astral

📋 copy color: '#267594'

red 38 ◦ green 117 ◦ blue 148

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

Shades of Astral #267594

Tints of Astral #267594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 12.54%
G = 38.61%
B = 48.84%

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

#267594 (or 0x267594) is known color: Astral. HEX triplet: 26, 75 and 94. RGB value is (38,117,148). Sum of RGB (Red+Green+Blue) = 38+117+148=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #267594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267594 is #D98A6B. Grayscale: #606060. Windows color (decimal): -14256748 or 9729318. OLE color: 9729318.

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

Color convert

RGB 38 117 148 -
CMYK 0.74 0.21 0 0.42
HSL 196.91º 0.59% 0.36% -
HSV(B) 196.91º 0.74% 0.58% -
XYZ 12.51 15.27 30.31 -
YUV 96.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 38 117 148 0.74 0.21 0 0.42 196.91 0.59 0.36
Hex 26 75 94 4A 15 0 2A C5 3B 24
Octal 46 165 224 112 25 0 52 305 73 44
Binary 100110 1110101 10010100 1001010 10101 0 101010 11000101 111011 100100

Color Harmonies of #267594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267594

Black with #267594

Text Example


Text Example

White with #267594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267594; }

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

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

background-color css

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

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

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

border-color css

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

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

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