Html Css Color HEX #38628C Matisse

📋 copy color: '#38628C'

red 56 ◦ green 98 ◦ blue 140

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

Shades of Matisse #38628C

Tints of Matisse #38628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

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

R = 19.05%
G = 33.33%
B = 47.62%

CMYK

 C value IS 0.6

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38628C (or 0x38628C) is known color: Matisse. HEX triplet: 38, 62 and 8C. RGB value is (56,98,140). Sum of RGB (Red+Green+Blue) = 56+98+140=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #38628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38628C is #C79D73. Grayscale: #5A5A5A. Windows color (decimal): -13081972 or 9200184. OLE color: 9200184.

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

Color convert

RGB 56 98 140 -
CMYK 0.6 0.3 0 0.45
HSL 210º 0.43% 0.38% -
HSV(B) 210º 0.6% 0.55% -
XYZ 10.73 11.47 26.46 -
YUV 90.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 56 98 140 0.6 0.3 0 0.45 210 0.43 0.38
Hex 38 62 8C 3C 1E 0 2D D2 2B 26
Octal 70 142 214 74 36 0 55 322 53 46
Binary 111000 1100010 10001100 111100 11110 0 101101 11010010 101011 100110

Color Harmonies of #38628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38628C

Black with #38628C

Text Example


Text Example

White with #38628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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