Html Css Color HEX #2F688D Astral

📋 copy color: '#2F688D'

red 47 ◦ green 104 ◦ blue 141

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

Shades of Astral #2F688D

Tints of Astral #2F688D

RGB

 RED value IS 47 (18.75% from 255) = 16.1%

 GREEN value IS 104 (41.02% from 255) = 35.62%

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 16.1%
G = 35.62%
B = 48.29%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F688D (or 0x2F688D) is known color: Astral. HEX triplet: 2F, 68 and 8D. RGB value is (47,104,141). Sum of RGB (Red+Green+Blue) = 47+104+141=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F688D is #D09772. Grayscale: #5A5A5A. Windows color (decimal): -13670259 or 9267247. OLE color: 9267247.

HSL color Cylindrical-coordinate representation of color #2F688D: hue angle of 203.62º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F688D is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 104 141 -
CMYK 0.67 0.26 0 0.45
HSL 203.62º 0.5% 0.37% -
HSV(B) 203.62º 0.67% 0.55% -
XYZ 10.93 12.43 27.02 -
YUV 91.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 47 104 141 0.67 0.26 0 0.45 203.62 0.5 0.37
Hex 2F 68 8D 43 1A 0 2D CC 32 25
Octal 57 150 215 103 32 0 55 314 62 45
Binary 101111 1101000 10001101 1000011 11010 0 101101 11001100 110010 100101

Color Harmonies of #2F688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F688D

Black with #2F688D

Text Example


Text Example

White with #2F688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F688D; }

 p { color: rgb(47,104,141); }

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

background-color css

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

 a { background-color: rgb(47,104,141); }

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

border-color css

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

 span { border-color: rgb(47,104,141); }

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