Html Css Color HEX #3F6288 Wedgewood

📋 copy color: '#3F6288'

red 63 ◦ green 98 ◦ blue 136

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

Shades of Wedgewood #3F6288

Tints of Wedgewood #3F6288

RGB

 RED value IS 63 (25% from 255) = 21.21%

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 21.21%
G = 33%
B = 45.79%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3F6288 (or 0x3F6288) is known color: Wedgewood. HEX triplet: 3F, 62 and 88. RGB value is (63,98,136). Sum of RGB (Red+Green+Blue) = 63+98+136=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F6288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6288 is #C09D77. Grayscale: #5B5B5B. Windows color (decimal): -12623224 or 8938047. OLE color: 8938047.

HSL color Cylindrical-coordinate representation of color #3F6288: hue angle of 211.23º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F6288 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 98 136 -
CMYK 0.54 0.28 0 0.47
HSL 211.23º 0.37% 0.39% -
HSV(B) 211.23º 0.54% 0.53% -
XYZ 10.86 11.57 24.95 -
YUV 91.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 63 98 136 0.54 0.28 0 0.47 211.23 0.37 0.39
Hex 3F 62 88 36 1C 0 2F D3 25 27
Octal 77 142 210 66 34 0 57 323 45 47
Binary 111111 1100010 10001000 110110 11100 0 101111 11010011 100101 100111

Color Harmonies of #3F6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6288

Black with #3F6288

Text Example


Text Example

White with #3F6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,136); }

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

background-color css

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

 a { background-color: rgb(63,98,136); }

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

border-color css

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

 span { border-color: rgb(63,98,136); }

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