Html Css Color HEX #38658C Astral

📋 copy color: '#38658C'

red 56 ◦ green 101 ◦ blue 140

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

Shades of Astral #38658C

Tints of Astral #38658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 18.86%
G = 34.01%
B = 47.14%

CMYK

 C value IS 0.6

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38658C (or 0x38658C) is known color: Astral. HEX triplet: 38, 65 and 8C. RGB value is (56,101,140). Sum of RGB (Red+Green+Blue) = 56+101+140=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #38658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38658C is #C79A73. Grayscale: #5B5B5B. Windows color (decimal): -13081204 or 9200952. OLE color: 9200952.

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

Color convert

RGB 56 101 140 -
CMYK 0.6 0.28 0 0.45
HSL 207.86º 0.43% 0.38% -
HSV(B) 207.86º 0.6% 0.55% -
XYZ 11.02 12.04 26.55 -
YUV 91.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 56 101 140 0.6 0.28 0 0.45 207.86 0.43 0.38
Hex 38 65 8C 3C 1C 0 2D D0 2B 26
Octal 70 145 214 74 34 0 55 320 53 46
Binary 111000 1100101 10001100 111100 11100 0 101101 11010000 101011 100110

Color Harmonies of #38658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38658C

Black with #38658C

Text Example


Text Example

White with #38658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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