Html Css Color HEX #385667 San Juan

📋 copy color: '#385667'

red 56 ◦ green 86 ◦ blue 103

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

Shades of San Juan #385667

Tints of San Juan #385667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 22.86%
G = 35.1%
B = 42.04%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385667 (or 0x385667) is known color: San Juan. HEX triplet: 38, 56 and 67. RGB value is (56,86,103). Sum of RGB (Red+Green+Blue) = 56+86+103=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #385667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385667 is #C7A998. Grayscale: #4E4E4E. Windows color (decimal): -13085081 or 6772280. OLE color: 6772280.

HSL color Cylindrical-coordinate representation of color #385667: hue angle of 201.7º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385667 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 86 103 -
CMYK 0.46 0.17 0 0.60
HSL 201.7º 0.3% 0.31% -
HSV(B) 201.7º 0.46% 0.4% -
XYZ 7.41 8.48 14.08 -
YUV 78.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 56 86 103 0.46 0.17 0 0.60 201.7 0.3 0.31
Hex 38 56 67 2E 11 0 3C CA 1E 1F
Octal 70 126 147 56 21 0 74 312 36 37
Binary 111000 1010110 1100111 101110 10001 0 111100 11001010 11110 11111

Color Harmonies of #385667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385667

Black with #385667

Text Example


Text Example

White with #385667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385667; }

 p { color: rgb(56,86,103); }

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

background-color css

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

 a { background-color: rgb(56,86,103); }

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

border-color css

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

 span { border-color: rgb(56,86,103); }

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