Html Css Color HEX #3B658E Wedgewood

📋 copy color: '#3B658E'

red 59 ◦ green 101 ◦ blue 142

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

Shades of Wedgewood #3B658E

Tints of Wedgewood #3B658E

RGB

 RED value IS 59 (23.44% from 255) = 19.54%

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 142 (55.86% from 255) = 47.02%

R = 19.54%
G = 33.44%
B = 47.02%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3B658E (or 0x3B658E) is known color: Wedgewood. HEX triplet: 3B, 65 and 8E. RGB value is (59,101,142). Sum of RGB (Red+Green+Blue) = 59+101+142=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B658E is #C49A71. Grayscale: #5C5C5C. Windows color (decimal): -12884594 or 9332027. OLE color: 9332027.

HSL color Cylindrical-coordinate representation of color #3B658E: hue angle of 209.64º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B658E is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 59 101 142 -
CMYK 0.58 0.29 0 0.44
HSL 209.64º 0.41% 0.39% -
HSV(B) 209.64º 0.58% 0.56% -
XYZ 11.34 12.19 27.35 -
YUV 93.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 59 101 142 0.58 0.29 0 0.44 209.64 0.41 0.39
Hex 3B 65 8E 3A 1D 0 2C D2 29 27
Octal 73 145 216 72 35 0 54 322 51 47
Binary 111011 1100101 10001110 111010 11101 0 101100 11010010 101001 100111

Color Harmonies of #3B658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B658E

Black with #3B658E

Text Example


Text Example

White with #3B658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B658E; }

 p { color: rgb(59,101,142); }

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

background-color css

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

 a { background-color: rgb(59,101,142); }

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

border-color css

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

 span { border-color: rgb(59,101,142); }

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