Html Css Color HEX #297B8C Astral

📋 copy color: '#297B8C'

red 41 ◦ green 123 ◦ blue 140

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

Shades of Astral #297B8C

Tints of Astral #297B8C

RGB

 RED value IS 41 (16.41% from 255) = 13.49%

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

 BLUE value IS 140 (55.08% from 255) = 46.05%

R = 13.49%
G = 40.46%
B = 46.05%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#297B8C (or 0x297B8C) is known color: Astral. HEX triplet: 29, 7B and 8C. RGB value is (41,123,140). Sum of RGB (Red+Green+Blue) = 41+123+140=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #297B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B8C is #D68473. Grayscale: #646464. Windows color (decimal): -14058612 or 9206569. OLE color: 9206569.

HSL color Cylindrical-coordinate representation of color #297B8C: hue angle of 190.3º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297B8C is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 123 140 -
CMYK 0.71 0.12 0 0.45
HSL 190.3º 0.55% 0.35% -
HSV(B) 190.3º 0.71% 0.55% -
XYZ 12.73 16.53 27.33 -
YUV 100.42 150.33 85.62 -
System Red Green Blue C M Y K H S L
Decimal 41 123 140 0.71 0.12 0 0.45 190.3 0.55 0.35
Hex 29 7B 8C 47 C 0 2D BE 37 23
Octal 51 173 214 107 14 0 55 276 67 43
Binary 101001 1111011 10001100 1000111 1100 0 101101 10111110 110111 100011

Color Harmonies of #297B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B8C

Black with #297B8C

Text Example


Text Example

White with #297B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297B8C; }

 p { color: rgb(41,123,140); }

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

background-color css

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

 a { background-color: rgb(41,123,140); }

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

border-color css

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

 span { border-color: rgb(41,123,140); }

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