Html Css Color HEX #307286 Astral

📋 copy color: '#307286'

red 48 ◦ green 114 ◦ blue 134

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

Shades of Astral #307286

Tints of Astral #307286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 16.22%
G = 38.51%
B = 45.27%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#307286 (or 0x307286) is known color: Astral. HEX triplet: 30, 72 and 86. RGB value is (48,114,134). Sum of RGB (Red+Green+Blue) = 48+114+134=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #307286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307286 is #CF8D79. Grayscale: #606060. Windows color (decimal): -13602170 or 8811056. OLE color: 8811056.

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

Color convert

RGB 48 114 134 -
CMYK 0.64 0.15 0 0.47
HSL 193.95º 0.47% 0.36% -
HSV(B) 193.95º 0.64% 0.53% -
XYZ 11.54 14.38 24.72 -
YUV 96.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 48 114 134 0.64 0.15 0 0.47 193.95 0.47 0.36
Hex 30 72 86 40 F 0 2F C2 2F 24
Octal 60 162 206 100 17 0 57 302 57 44
Binary 110000 1110010 10000110 1000000 1111 0 101111 11000010 101111 100100

Color Harmonies of #307286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307286

Black with #307286

Text Example


Text Example

White with #307286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307286; }

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

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

background-color css

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

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

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

border-color css

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

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

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