Html Css Color HEX #38678F Astral

📋 copy color: '#38678F'

red 56 ◦ green 103 ◦ blue 143

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

Shades of Astral #38678F

Tints of Astral #38678F

RGB

 RED value IS 56 (22.27% from 255) = 18.54%

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 18.54%
G = 34.11%
B = 47.35%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38678F (or 0x38678F) is known color: Astral. HEX triplet: 38, 67 and 8F. RGB value is (56,103,143). Sum of RGB (Red+Green+Blue) = 56+103+143=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #38678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38678F is #C79870. Grayscale: #5D5D5D. Windows color (decimal): -13080689 or 9398072. OLE color: 9398072.

HSL color Cylindrical-coordinate representation of color #38678F: hue angle of 207.59º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38678F is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 103 143 -
CMYK 0.61 0.28 0 0.44
HSL 207.59º 0.44% 0.39% -
HSV(B) 207.59º 0.61% 0.56% -
XYZ 11.44 12.52 27.8 -
YUV 93.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 56 103 143 0.61 0.28 0 0.44 207.59 0.44 0.39
Hex 38 67 8F 3D 1C 0 2C D0 2C 27
Octal 70 147 217 75 34 0 54 320 54 47
Binary 111000 1100111 10001111 111101 11100 0 101100 11010000 101100 100111

Color Harmonies of #38678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38678F

Black with #38678F

Text Example


Text Example

White with #38678F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38678F; }

 p { color: rgb(56,103,143); }

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

background-color css

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

 a { background-color: rgb(56,103,143); }

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

border-color css

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

 span { border-color: rgb(56,103,143); }

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