Html Css Color HEX #307188 Astral

📋 copy color: '#307188'

red 48 ◦ green 113 ◦ blue 136

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

Shades of Astral #307188

Tints of Astral #307188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 16.16%
G = 38.05%
B = 45.79%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#307188 (or 0x307188) is known color: Astral. HEX triplet: 30, 71 and 88. RGB value is (48,113,136). Sum of RGB (Red+Green+Blue) = 48+113+136=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #307188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307188 is #CF8E77. Grayscale: #606060. Windows color (decimal): -13602424 or 8941872. OLE color: 8941872.

HSL color Cylindrical-coordinate representation of color #307188: hue angle of 195.68º 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 #307188 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 113 136 -
CMYK 0.65 0.17 0 0.47
HSL 195.68º 0.48% 0.36% -
HSV(B) 195.68º 0.65% 0.53% -
XYZ 11.57 14.22 25.43 -
YUV 96.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 48 113 136 0.65 0.17 0 0.47 195.68 0.48 0.36
Hex 30 71 88 41 11 0 2F C4 30 24
Octal 60 161 210 101 21 0 57 304 60 44
Binary 110000 1110001 10001000 1000001 10001 0 101111 11000100 110000 100100

Color Harmonies of #307188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307188

Black with #307188

Text Example


Text Example

White with #307188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307188; }

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

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

background-color css

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

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

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

border-color css

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

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

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