Html Css Color HEX #38688C Astral

📋 copy color: '#38688C'

red 56 ◦ green 104 ◦ blue 140

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

Shades of Astral #38688C

Tints of Astral #38688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

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

R = 18.67%
G = 34.67%
B = 46.67%

CMYK

 C value IS 0.6

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38688C (or 0x38688C) is known color: Astral. HEX triplet: 38, 68 and 8C. RGB value is (56,104,140). Sum of RGB (Red+Green+Blue) = 56+104+140=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #38688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38688C is #C79773. Grayscale: #5D5D5D. Windows color (decimal): -13080436 or 9201720. OLE color: 9201720.

HSL color Cylindrical-coordinate representation of color #38688C: hue angle of 205.71º 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 #38688C is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 104 140 -
CMYK 0.6 0.26 0 0.45
HSL 205.71º 0.43% 0.38% -
HSV(B) 205.71º 0.6% 0.55% -
XYZ 11.31 12.63 26.65 -
YUV 93.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 56 104 140 0.6 0.26 0 0.45 205.71 0.43 0.38
Hex 38 68 8C 3C 1A 0 2D CE 2B 26
Octal 70 150 214 74 32 0 55 316 53 46
Binary 111000 1101000 10001100 111100 11010 0 101101 11001110 101011 100110

Color Harmonies of #38688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38688C

Black with #38688C

Text Example


Text Example

White with #38688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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