Html Css Color HEX #267690 Astral

📋 copy color: '#267690'

red 38 ◦ green 118 ◦ blue 144

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

Shades of Astral #267690

Tints of Astral #267690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

 BLUE value IS 144 (56.64% from 255) = 48%

R = 12.67%
G = 39.33%
B = 48%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#267690 (or 0x267690) is known color: Astral. HEX triplet: 26, 76 and 90. RGB value is (38,118,144). Sum of RGB (Red+Green+Blue) = 38+118+144=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #267690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267690 is #D9896F. Grayscale: #606060. Windows color (decimal): -14256496 or 9467430. OLE color: 9467430.

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

Color convert

RGB 38 118 144 -
CMYK 0.74 0.18 0 0.44
HSL 194.72º 0.58% 0.36% -
HSV(B) 194.72º 0.74% 0.56% -
XYZ 12.31 15.38 28.71 -
YUV 97.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 38 118 144 0.74 0.18 0 0.44 194.72 0.58 0.36
Hex 26 76 90 4A 12 0 2C C3 3A 24
Octal 46 166 220 112 22 0 54 303 72 44
Binary 100110 1110110 10010000 1001010 10010 0 101100 11000011 111010 100100

Color Harmonies of #267690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267690

Black with #267690

Text Example


Text Example

White with #267690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267690; }

 p { color: rgb(38,118,144); }

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

background-color css

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

 a { background-color: rgb(38,118,144); }

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

border-color css

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

 span { border-color: rgb(38,118,144); }

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