Html Css Color HEX #38668B Astral

📋 copy color: '#38668B'

red 56 ◦ green 102 ◦ blue 139

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

Shades of Astral #38668B

Tints of Astral #38668B

RGB

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

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

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

R = 18.86%
G = 34.34%
B = 46.8%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38668B (or 0x38668B) is known color: Astral. HEX triplet: 38, 66 and 8B. RGB value is (56,102,139). Sum of RGB (Red+Green+Blue) = 56+102+139=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #38668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38668B is #C79974. Grayscale: #5C5C5C. Windows color (decimal): -13080949 or 9135672. OLE color: 9135672.

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

Color convert

RGB 56 102 139 -
CMYK 0.60 0.27 0 0.45
HSL 206.75º 0.43% 0.38% -
HSV(B) 206.75º 0.6% 0.55% -
XYZ 11.04 12.21 26.2 -
YUV 92.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 56 102 139 0.60 0.27 0 0.45 206.75 0.43 0.38
Hex 38 66 8B 3C 1B 0 2D CF 2B 26
Octal 70 146 213 74 33 0 55 317 53 46
Binary 111000 1100110 10001011 111100 11011 0 101101 11001111 101011 100110

Color Harmonies of #38668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38668B

Black with #38668B

Text Example


Text Example

White with #38668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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