Html Css Color HEX #38698F Astral

📋 copy color: '#38698F'

red 56 ◦ green 105 ◦ blue 143

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

Shades of Astral #38698F

Tints of Astral #38698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

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

R = 18.42%
G = 34.54%
B = 47.04%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38698F (or 0x38698F) is known color: Astral. HEX triplet: 38, 69 and 8F. RGB value is (56,105,143). Sum of RGB (Red+Green+Blue) = 56+105+143=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #38698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38698F is #C79670. Grayscale: #5E5E5E. Windows color (decimal): -13080177 or 9398584. OLE color: 9398584.

HSL color Cylindrical-coordinate representation of color #38698F: hue angle of 206.21º 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 #38698F is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 105 143 -
CMYK 0.61 0.27 0 0.44
HSL 206.21º 0.44% 0.39% -
HSV(B) 206.21º 0.61% 0.56% -
XYZ 11.64 12.93 27.87 -
YUV 94.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 56 105 143 0.61 0.27 0 0.44 206.21 0.44 0.39
Hex 38 69 8F 3D 1B 0 2C CE 2C 27
Octal 70 151 217 75 33 0 54 316 54 47
Binary 111000 1101001 10001111 111101 11011 0 101100 11001110 101100 100111

Color Harmonies of #38698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38698F

Black with #38698F

Text Example


Text Example

White with #38698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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