Html Css Color HEX #267B94 Astral

📋 copy color: '#267B94'

red 38 ◦ green 123 ◦ blue 148

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

Shades of Astral #267B94

Tints of Astral #267B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.81%

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

R = 12.3%
G = 39.81%
B = 47.9%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#267B94 (or 0x267B94) is known color: Astral. HEX triplet: 26, 7B and 94. RGB value is (38,123,148). Sum of RGB (Red+Green+Blue) = 38+123+148=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #267B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B94 is #D9846B. Grayscale: #646464. Windows color (decimal): -14255212 or 9730854. OLE color: 9730854.

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

Color convert

RGB 38 123 148 -
CMYK 0.74 0.17 0 0.42
HSL 193.64º 0.59% 0.36% -
HSV(B) 193.64º 0.74% 0.58% -
XYZ 13.23 16.72 30.55 -
YUV 100.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 38 123 148 0.74 0.17 0 0.42 193.64 0.59 0.36
Hex 26 7B 94 4A 11 0 2A C2 3B 24
Octal 46 173 224 112 21 0 52 302 73 44
Binary 100110 1111011 10010100 1001010 10001 0 101010 11000010 111011 100100

Color Harmonies of #267B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267B94

Black with #267B94

Text Example


Text Example

White with #267B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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