Html Css Color HEX #38668C Astral

📋 copy color: '#38668C'

red 56 ◦ green 102 ◦ blue 140

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

Shades of Astral #38668C

Tints of Astral #38668C

RGB

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

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

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

R = 18.79%
G = 34.23%
B = 46.98%

CMYK

 C value IS 0.6

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38668C (or 0x38668C) is known color: Astral. HEX triplet: 38, 66 and 8C. RGB value is (56,102,140). Sum of RGB (Red+Green+Blue) = 56+102+140=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #38668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38668C is #C79973. Grayscale: #5C5C5C. Windows color (decimal): -13080948 or 9201208. OLE color: 9201208.

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

Color convert

RGB 56 102 140 -
CMYK 0.6 0.27 0 0.45
HSL 207.14º 0.43% 0.38% -
HSV(B) 207.14º 0.6% 0.55% -
XYZ 11.12 12.24 26.59 -
YUV 92.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 56 102 140 0.6 0.27 0 0.45 207.14 0.43 0.38
Hex 38 66 8C 3C 1B 0 2D CF 2B 26
Octal 70 146 214 74 33 0 55 317 53 46
Binary 111000 1100110 10001100 111100 11011 0 101101 11001111 101011 100110

Color Harmonies of #38668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38668C

Black with #38668C

Text Example


Text Example

White with #38668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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