Html Css Color HEX #306F81 Astral

📋 copy color: '#306F81'

red 48 ◦ green 111 ◦ blue 129

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

Shades of Astral #306F81

Tints of Astral #306F81

RGB

 RED value IS 48 (19.14% from 255) = 16.67%

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

 BLUE value IS 129 (50.78% from 255) = 44.79%

R = 16.67%
G = 38.54%
B = 44.79%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306F81 (or 0x306F81) is known color: Astral. HEX triplet: 30, 6F and 81. RGB value is (48,111,129). Sum of RGB (Red+Green+Blue) = 48+111+129=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #306F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F81 is #CF907E. Grayscale: #5E5E5E. Windows color (decimal): -13602943 or 8482608. OLE color: 8482608.

HSL color Cylindrical-coordinate representation of color #306F81: hue angle of 193.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306F81 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 111 129 -
CMYK 0.63 0.14 0 0.49
HSL 193.33º 0.46% 0.35% -
HSV(B) 193.33º 0.63% 0.51% -
XYZ 10.87 13.58 22.82 -
YUV 94.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 48 111 129 0.63 0.14 0 0.49 193.33 0.46 0.35
Hex 30 6F 81 3F E 0 31 C1 2E 23
Octal 60 157 201 77 16 0 61 301 56 43
Binary 110000 1101111 10000001 111111 1110 0 110001 11000001 101110 100011

Color Harmonies of #306F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306F81

Black with #306F81

Text Example


Text Example

White with #306F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306F81; }

 p { color: rgb(48,111,129); }

 H1.HeaderClassName
 {
   color: #306F81;
 }
 .AnyTagClassName
 {
   color: #306F81;
 }
</style>

background-color css

<style>
 a { background-color: #306F81; }

 a { background-color: rgb(48,111,129); }

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

border-color css

<style>
 span { border-color: #306F81; }

 span { border-color: rgb(48,111,129); }

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