Html Css Color HEX #38698B Astral

📋 copy color: '#38698B'

red 56 ◦ green 105 ◦ blue 139

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

Shades of Astral #38698B

Tints of Astral #38698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 18.67%
G = 35%
B = 46.33%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38698B (or 0x38698B) is known color: Astral. HEX triplet: 38, 69 and 8B. RGB value is (56,105,139). Sum of RGB (Red+Green+Blue) = 56+105+139=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #38698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38698B is #C79674. Grayscale: #5E5E5E. Windows color (decimal): -13080181 or 9136440. OLE color: 9136440.

HSL color Cylindrical-coordinate representation of color #38698B: hue angle of 204.58º 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 #38698B is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 105 139 -
CMYK 0.60 0.24 0 0.45
HSL 204.58º 0.43% 0.38% -
HSV(B) 204.58º 0.6% 0.55% -
XYZ 11.34 12.81 26.3 -
YUV 94.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 56 105 139 0.60 0.24 0 0.45 204.58 0.43 0.38
Hex 38 69 8B 3C 18 0 2D CD 2B 26
Octal 70 151 213 74 30 0 55 315 53 46
Binary 111000 1101001 10001011 111100 11000 0 101101 11001101 101011 100110

Color Harmonies of #38698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38698B

Black with #38698B

Text Example


Text Example

White with #38698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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