Html Css Color HEX #266F93 Astral

📋 copy color: '#266F93'

red 38 ◦ green 111 ◦ blue 147

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

Shades of Astral #266F93

Tints of Astral #266F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.5%

 BLUE value IS 147 (57.81% from 255) = 49.66%

R = 12.84%
G = 37.5%
B = 49.66%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#266F93 (or 0x266F93) is known color: Astral. HEX triplet: 26, 6F and 93. RGB value is (38,111,147). Sum of RGB (Red+Green+Blue) = 38+111+147=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #266F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F93 is #D9906C. Grayscale: #5D5D5D. Windows color (decimal): -14258285 or 9662246. OLE color: 9662246.

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

Color convert

RGB 38 111 147 -
CMYK 0.74 0.24 0 0.42
HSL 199.82º 0.59% 0.36% -
HSV(B) 199.82º 0.74% 0.58% -
XYZ 11.75 13.89 29.67 -
YUV 93.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 38 111 147 0.74 0.24 0 0.42 199.82 0.59 0.36
Hex 26 6F 93 4A 18 0 2A C8 3B 24
Octal 46 157 223 112 30 0 52 310 73 44
Binary 100110 1101111 10010011 1001010 11000 0 101010 11001000 111011 100100

Color Harmonies of #266F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F93

Black with #266F93

Text Example


Text Example

White with #266F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266F93; }

 p { color: rgb(38,111,147); }

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

background-color css

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

 a { background-color: rgb(38,111,147); }

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

border-color css

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

 span { border-color: rgb(38,111,147); }

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