Html Css Color HEX #307288 Astral

📋 copy color: '#307288'

red 48 ◦ green 114 ◦ blue 136

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

Shades of Astral #307288

Tints of Astral #307288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.64%

R = 16.11%
G = 38.26%
B = 45.64%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#307288 (or 0x307288) is known color: Astral. HEX triplet: 30, 72 and 88. RGB value is (48,114,136). Sum of RGB (Red+Green+Blue) = 48+114+136=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #307288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307288 is #CF8D77. Grayscale: #606060. Windows color (decimal): -13602168 or 8942128. OLE color: 8942128.

HSL color Cylindrical-coordinate representation of color #307288: hue angle of 195º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307288 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 114 136 -
CMYK 0.65 0.16 0 0.47
HSL 195º 0.48% 0.36% -
HSV(B) 195º 0.65% 0.53% -
XYZ 11.68 14.44 25.46 -
YUV 96.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 48 114 136 0.65 0.16 0 0.47 195 0.48 0.36
Hex 30 72 88 41 10 0 2F C3 30 24
Octal 60 162 210 101 20 0 57 303 60 44
Binary 110000 1110010 10001000 1000001 10000 0 101111 11000011 110000 100100

Color Harmonies of #307288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307288

Black with #307288

Text Example


Text Example

White with #307288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307288; }

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

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

background-color css

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

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

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

border-color css

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

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

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