Html Css Color HEX #303E3F Outer Space

📋 copy color: '#303E3F'

red 48 ◦ green 62 ◦ blue 63

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

Shades of Outer Space #303E3F

Tints of Outer Space #303E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.84%

 BLUE value IS 63 (25% from 255) = 36.42%

R = 27.75%
G = 35.84%
B = 36.42%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303E3F (or 0x303E3F) is known color: Outer Space. HEX triplet: 30, 3E and 3F. RGB value is (48,62,63). Sum of RGB (Red+Green+Blue) = 48+62+63=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #303E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E3F is #CFC1C0. Grayscale: #393939. Windows color (decimal): -13615553 or 4144688. OLE color: 4144688.

HSL color Cylindrical-coordinate representation of color #303E3F: hue angle of 184º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303E3F is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 62 63 -
CMYK 0.24 0.02 0 0.75
HSL 184º 0.14% 0.22% -
HSV(B) 184º 0.24% 0.25% -
XYZ 3.84 4.43 5.36 -
YUV 57.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 48 62 63 0.24 0.02 0 0.75 184 0.14 0.22
Hex 30 3E 3F 18 2 0 4B B8 E 16
Octal 60 76 77 30 2 0 113 270 16 26
Binary 110000 111110 111111 11000 10 0 1001011 10111000 1110 10110

Color Harmonies of #303E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E3F

Black with #303E3F

Text Example


Text Example

White with #303E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303E3F; }

 p { color: rgb(48,62,63); }

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

background-color css

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

 a { background-color: rgb(48,62,63); }

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

border-color css

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

 span { border-color: rgb(48,62,63); }

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