Html Css Color HEX #38698E Astral

📋 copy color: '#38698E'

red 56 ◦ green 105 ◦ blue 142

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

Shades of Astral #38698E

Tints of Astral #38698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 18.48%
G = 34.65%
B = 46.86%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38698E (or 0x38698E) is known color: Astral. HEX triplet: 38, 69 and 8E. RGB value is (56,105,142). Sum of RGB (Red+Green+Blue) = 56+105+142=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #38698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38698E is #C79671. Grayscale: #5E5E5E. Windows color (decimal): -13080178 or 9333048. OLE color: 9333048.

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

Color convert

RGB 56 105 142 -
CMYK 0.61 0.26 0 0.44
HSL 205.81º 0.43% 0.39% -
HSV(B) 205.81º 0.61% 0.56% -
XYZ 11.56 12.9 27.47 -
YUV 94.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 56 105 142 0.61 0.26 0 0.44 205.81 0.43 0.39
Hex 38 69 8E 3D 1A 0 2C CE 2B 27
Octal 70 151 216 75 32 0 54 316 53 47
Binary 111000 1101001 10001110 111101 11010 0 101100 11001110 101011 100111

Color Harmonies of #38698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38698E

Black with #38698E

Text Example


Text Example

White with #38698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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