Html Css Color HEX #38607E Matisse

📋 copy color: '#38607E'

red 56 ◦ green 96 ◦ blue 126

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

Shades of Matisse #38607E

Tints of Matisse #38607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 20.14%
G = 34.53%
B = 45.32%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38607E (or 0x38607E) is known color: Matisse. HEX triplet: 38, 60 and 7E. RGB value is (56,96,126). Sum of RGB (Red+Green+Blue) = 56+96+126=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #38607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38607E is #C79F81. Grayscale: #575757. Windows color (decimal): -13082498 or 8282168. OLE color: 8282168.

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

Color convert

RGB 56 96 126 -
CMYK 0.56 0.24 0 0.51
HSL 205.71º 0.38% 0.36% -
HSV(B) 205.71º 0.56% 0.49% -
XYZ 9.58 10.71 21.3 -
YUV 87.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 56 96 126 0.56 0.24 0 0.51 205.71 0.38 0.36
Hex 38 60 7E 38 18 0 33 CE 26 24
Octal 70 140 176 70 30 0 63 316 46 44
Binary 111000 1100000 1111110 111000 11000 0 110011 11001110 100110 100100

Color Harmonies of #38607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38607E

Black with #38607E

Text Example


Text Example

White with #38607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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