Html Css Color HEX #38607F Matisse

📋 copy color: '#38607F'

red 56 ◦ green 96 ◦ blue 127

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

Shades of Matisse #38607F

Tints of Matisse #38607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 20.07%
G = 34.41%
B = 45.52%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38607F (or 0x38607F) is known color: Matisse. HEX triplet: 38, 60 and 7F. RGB value is (56,96,127). Sum of RGB (Red+Green+Blue) = 56+96+127=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #38607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38607F is #C79F80. Grayscale: #575757. Windows color (decimal): -13082497 or 8347704. OLE color: 8347704.

HSL color Cylindrical-coordinate representation of color #38607F: hue angle of 206.2º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38607F is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 96 127 -
CMYK 0.56 0.24 0 0.50
HSL 206.2º 0.39% 0.36% -
HSV(B) 206.2º 0.56% 0.5% -
XYZ 9.64 10.74 21.64 -
YUV 87.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 56 96 127 0.56 0.24 0 0.50 206.2 0.39 0.36
Hex 38 60 7F 38 18 0 32 CE 27 24
Octal 70 140 177 70 30 0 62 316 47 44
Binary 111000 1100000 1111111 111000 11000 0 110010 11001110 100111 100100

Color Harmonies of #38607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38607F

Black with #38607F

Text Example


Text Example

White with #38607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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