Html Css Color HEX #307B8F Astral

📋 copy color: '#307B8F'

red 48 ◦ green 123 ◦ blue 143

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

Shades of Astral #307B8F

Tints of Astral #307B8F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.17%

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 15.29%
G = 39.17%
B = 45.54%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#307B8F (or 0x307B8F) is known color: Astral. HEX triplet: 30, 7B and 8F. RGB value is (48,123,143). Sum of RGB (Red+Green+Blue) = 48+123+143=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #307B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B8F is #CF8470. Grayscale: #666666. Windows color (decimal): -13599857 or 9403184. OLE color: 9403184.

HSL color Cylindrical-coordinate representation of color #307B8F: hue angle of 192.63º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307B8F is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 123 143 -
CMYK 0.66 0.14 0 0.44
HSL 192.63º 0.5% 0.37% -
HSV(B) 192.63º 0.66% 0.56% -
XYZ 13.26 16.78 28.53 -
YUV 102.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 48 123 143 0.66 0.14 0 0.44 192.63 0.5 0.37
Hex 30 7B 8F 42 E 0 2C C1 32 25
Octal 60 173 217 102 16 0 54 301 62 45
Binary 110000 1111011 10001111 1000010 1110 0 101100 11000001 110010 100101

Color Harmonies of #307B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307B8F

Black with #307B8F

Text Example


Text Example

White with #307B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307B8F; }

 p { color: rgb(48,123,143); }

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

background-color css

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

 a { background-color: rgb(48,123,143); }

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

border-color css

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

 span { border-color: rgb(48,123,143); }

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