Html Css Color HEX #38667D Astral

📋 copy color: '#38667D'

red 56 ◦ green 102 ◦ blue 125

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

Shades of Astral #38667D

Tints of Astral #38667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 19.79%
G = 36.04%
B = 44.17%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38667D (or 0x38667D) is known color: Astral. HEX triplet: 38, 66 and 7D. RGB value is (56,102,125). Sum of RGB (Red+Green+Blue) = 56+102+125=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #38667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38667D is #C79982. Grayscale: #5A5A5A. Windows color (decimal): -13080963 or 8218168. OLE color: 8218168.

HSL color Cylindrical-coordinate representation of color #38667D: hue angle of 200º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38667D is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 102 125 -
CMYK 0.55 0.18 0 0.51
HSL 200º 0.38% 0.35% -
HSV(B) 200º 0.55% 0.49% -
XYZ 10.08 11.82 21.15 -
YUV 90.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 56 102 125 0.55 0.18 0 0.51 200 0.38 0.35
Hex 38 66 7D 37 12 0 33 C8 26 23
Octal 70 146 175 67 22 0 63 310 46 43
Binary 111000 1100110 1111101 110111 10010 0 110011 11001000 100110 100011

Color Harmonies of #38667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38667D

Black with #38667D

Text Example


Text Example

White with #38667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38667D; }

 p { color: rgb(56,102,125); }

 H1.HeaderClassName
 {
   color: #38667D;
 }
 .AnyTagClassName
 {
   color: #38667D;
 }
</style>

background-color css

<style>
 a { background-color: #38667D; }

 a { background-color: rgb(56,102,125); }

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

border-color css

<style>
 span { border-color: #38667D; }

 span { border-color: rgb(56,102,125); }

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