Html Css Color HEX #38678B Astral

📋 copy color: '#38678B'

red 56 ◦ green 103 ◦ blue 139

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

Shades of Astral #38678B

Tints of Astral #38678B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

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

R = 18.79%
G = 34.56%
B = 46.64%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38678B (or 0x38678B) is known color: Astral. HEX triplet: 38, 67 and 8B. RGB value is (56,103,139). Sum of RGB (Red+Green+Blue) = 56+103+139=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #38678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38678B is #C79874. Grayscale: #5C5C5C. Windows color (decimal): -13080693 or 9135928. OLE color: 9135928.

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

Color convert

RGB 56 103 139 -
CMYK 0.60 0.26 0 0.45
HSL 206.02º 0.43% 0.38% -
HSV(B) 206.02º 0.6% 0.55% -
XYZ 11.14 12.41 26.23 -
YUV 93.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 56 103 139 0.60 0.26 0 0.45 206.02 0.43 0.38
Hex 38 67 8B 3C 1A 0 2D CE 2B 26
Octal 70 147 213 74 32 0 55 316 53 46
Binary 111000 1100111 10001011 111100 11010 0 101101 11001110 101011 100110

Color Harmonies of #38678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38678B

Black with #38678B

Text Example


Text Example

White with #38678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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