Html Css Color HEX #2F668B Astral

📋 copy color: '#2F668B'

red 47 ◦ green 102 ◦ blue 139

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

Shades of Astral #2F668B

Tints of Astral #2F668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 16.32%
G = 35.42%
B = 48.26%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F668B (or 0x2F668B) is known color: Astral. HEX triplet: 2F, 66 and 8B. RGB value is (47,102,139). Sum of RGB (Red+Green+Blue) = 47+102+139=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F668B is #D09974. Grayscale: #595959. Windows color (decimal): -13670773 or 9135663. OLE color: 9135663.

HSL color Cylindrical-coordinate representation of color #2F668B: hue angle of 204.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F668B is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 102 139 -
CMYK 0.66 0.27 0 0.45
HSL 204.13º 0.49% 0.36% -
HSV(B) 204.13º 0.66% 0.55% -
XYZ 10.58 11.97 26.18 -
YUV 89.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 47 102 139 0.66 0.27 0 0.45 204.13 0.49 0.36
Hex 2F 66 8B 42 1B 0 2D CC 31 24
Octal 57 146 213 102 33 0 55 314 61 44
Binary 101111 1100110 10001011 1000010 11011 0 101101 11001100 110001 100100

Color Harmonies of #2F668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F668B

Black with #2F668B

Text Example


Text Example

White with #2F668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,139); }

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

background-color css

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

 a { background-color: rgb(47,102,139); }

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

border-color css

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

 span { border-color: rgb(47,102,139); }

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