Html Css Color HEX #307281 Astral

📋 copy color: '#307281'

red 48 ◦ green 114 ◦ blue 129

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

Shades of Astral #307281

Tints of Astral #307281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 16.49%
G = 39.18%
B = 44.33%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#307281 (or 0x307281) is known color: Astral. HEX triplet: 30, 72 and 81. RGB value is (48,114,129). Sum of RGB (Red+Green+Blue) = 48+114+129=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #307281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307281 is #CF8D7E. Grayscale: #5F5F5F. Windows color (decimal): -13602175 or 8483376. OLE color: 8483376.

HSL color Cylindrical-coordinate representation of color #307281: hue angle of 191.11º 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 #307281 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 114 129 -
CMYK 0.63 0.12 0 0.49
HSL 191.11º 0.46% 0.35% -
HSV(B) 191.11º 0.63% 0.51% -
XYZ 11.2 14.25 22.93 -
YUV 95.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 48 114 129 0.63 0.12 0 0.49 191.11 0.46 0.35
Hex 30 72 81 3F C 0 31 BF 2E 23
Octal 60 162 201 77 14 0 61 277 56 43
Binary 110000 1110010 10000001 111111 1100 0 110001 10111111 101110 100011

Color Harmonies of #307281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307281

Black with #307281

Text Example


Text Example

White with #307281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307281; }

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

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

background-color css

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

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

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

border-color css

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

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

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