Html Css Color HEX #38698C Astral

📋 copy color: '#38698C'

red 56 ◦ green 105 ◦ blue 140

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

Shades of Astral #38698C

Tints of Astral #38698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 18.6%
G = 34.88%
B = 46.51%

CMYK

 C value IS 0.6

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38698C (or 0x38698C) is known color: Astral. HEX triplet: 38, 69 and 8C. RGB value is (56,105,140). Sum of RGB (Red+Green+Blue) = 56+105+140=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #38698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38698C is #C79673. Grayscale: #5E5E5E. Windows color (decimal): -13080180 or 9201976. OLE color: 9201976.

HSL color Cylindrical-coordinate representation of color #38698C: hue angle of 205º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38698C is Cyan = 0.6, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 105 140 -
CMYK 0.6 0.25 0 0.45
HSL 205º 0.43% 0.38% -
HSV(B) 205º 0.6% 0.55% -
XYZ 11.42 12.84 26.69 -
YUV 94.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 56 105 140 0.6 0.25 0 0.45 205 0.43 0.38
Hex 38 69 8C 3C 19 0 2D CD 2B 26
Octal 70 151 214 74 31 0 55 315 53 46
Binary 111000 1101001 10001100 111100 11001 0 101101 11001101 101011 100110

Color Harmonies of #38698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38698C

Black with #38698C

Text Example


Text Example

White with #38698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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