#3F7BCB

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

Shades of Curious Blue #3F7BCB

Tints of Curious Blue #3F7BCB

Color information

#3F7BCB (or 0x3F7BCB) is unknown color: approx Curious Blue. HEX triplet: 3F, 7B and CB. RGB value is (63,123,203). Sum of RGB (Red+Green+Blue) = 63+123+203=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F7BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7BCB is #C08434. Grayscale: #717171. Windows color (decimal): -12616757 or 13335359. OLE color: 13335359.

HSL color Cylindrical-coordinate representation of color #3F7BCB: hue angle of 214.29º 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 #3F7BCB is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB63123203-
CMYK0.690.3900.20
HSL214.29º57.38%52.16%-
HSV(B)214.29º68.97%79.61%-
XYZ19.9119.5359.22-
YUV114.18178.1291.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.20%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=16.20%
G=31.62%
B=52.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal631232030.690.3900.20214.2957.3852.16
Hex3F7BCB4527014d63934
Octal77173313105470243267164
Binary111111111101111001011100010110011101010011010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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