#3f9ccb

Color #3F9CCB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3F9CCB

Tints of Viking #3F9CCB

Color information

#3F9CCB (or 0x3F9CCB) is unknown color: approx Viking. HEX triplet: 3F, 9C and CB. RGB value is (63,156,203). Sum of RGB (Red+Green+Blue) = 63+156+203=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F9CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9CCB is #C06334. Grayscale: #858585. Windows color (decimal): -12608309 or 13343807. OLE color: 13343807.

HSL color Cylindrical-coordinate representation of color #3F9CCB: hue angle of 200.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F9CCB is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63156203-
CMYK0.690.2300.20
HSL200.14º57.38%52.16%-
HSV(B)200.14º68.97%79.61%-
XYZ24.7229.1560.82-
YUV133.55167.1977.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.93%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=14.93%
G=36.97%
B=48.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631562030.690.2300.20200.1457.3852.16
Hex3F9CCB4517014c83934
Octal77234313105270243107164
Binary111111100111001100101110001011011101010011001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f9ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,156,203); }

 H1.HeaderClassName
 {
   color: #3f9ccb;
 }
 .AnyTagClassName
 {
   color: #3f9ccb;
 }
</style>
background-color css

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

 a { background-color: rgb(63,156,203); }

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

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

 span { border-color: rgb(63,156,203); }

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