Html Css Color HEX #38607D Matisse

📋 copy color: '#38607D'

red 56 ◦ green 96 ◦ blue 125

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

Shades of Matisse #38607D

Tints of Matisse #38607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 20.22%
G = 34.66%
B = 45.13%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38607D (or 0x38607D) is known color: Matisse. HEX triplet: 38, 60 and 7D. RGB value is (56,96,125). Sum of RGB (Red+Green+Blue) = 56+96+125=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #38607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38607D is #C79F82. Grayscale: #575757. Windows color (decimal): -13082499 or 8216632. OLE color: 8216632.

HSL color Cylindrical-coordinate representation of color #38607D: hue angle of 205.22º 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 #38607D is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 96 125 -
CMYK 0.55 0.23 0 0.51
HSL 205.22º 0.38% 0.35% -
HSV(B) 205.22º 0.55% 0.49% -
XYZ 9.52 10.69 20.96 -
YUV 87.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 56 96 125 0.55 0.23 0 0.51 205.22 0.38 0.35
Hex 38 60 7D 37 17 0 33 CD 26 23
Octal 70 140 175 67 27 0 63 315 46 43
Binary 111000 1100000 1111101 110111 10111 0 110011 11001101 100110 100011

Color Harmonies of #38607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38607D

Black with #38607D

Text Example


Text Example

White with #38607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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