Html Css Color HEX #307B90 Astral

📋 copy color: '#307B90'

red 48 ◦ green 123 ◦ blue 144

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

Shades of Astral #307B90

Tints of Astral #307B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 15.24%
G = 39.05%
B = 45.71%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#307B90 (or 0x307B90) is known color: Astral. HEX triplet: 30, 7B and 90. RGB value is (48,123,144). Sum of RGB (Red+Green+Blue) = 48+123+144=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #307B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B90 is #CF846F. Grayscale: #666666. Windows color (decimal): -13599856 or 9468720. OLE color: 9468720.

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

Color convert

RGB 48 123 144 -
CMYK 0.67 0.15 0 0.44
HSL 193.13º 0.5% 0.38% -
HSV(B) 193.13º 0.67% 0.56% -
XYZ 13.34 16.81 28.93 -
YUV 102.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 48 123 144 0.67 0.15 0 0.44 193.13 0.5 0.38
Hex 30 7B 90 43 F 0 2C C1 32 26
Octal 60 173 220 103 17 0 54 301 62 46
Binary 110000 1111011 10010000 1000011 1111 0 101100 11000001 110010 100110

Color Harmonies of #307B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307B90

Black with #307B90

Text Example


Text Example

White with #307B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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