#2F7CBE

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

Shades of Curious Blue #2F7CBE

Tints of Curious Blue #2F7CBE

Color information

#2F7CBE (or 0x2F7CBE) is unknown color: approx Curious Blue. HEX triplet: 2F, 7C and BE. RGB value is (47,124,190). Sum of RGB (Red+Green+Blue) = 47+124+190=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F7CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7CBE is #D08341. Grayscale: #6C6C6C. Windows color (decimal): -13665090 or 12483631. OLE color: 12483631.

HSL color Cylindrical-coordinate representation of color #2F7CBE: hue angle of 207.69º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F7CBE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB47124190-
CMYK0.750.3500.25
HSL207.69º60.34%46.47%-
HSV(B)207.69º75.26%74.51%-
XYZ17.6718.7451.4-
YUV108.5173.9984.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.02%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=13.02%
G=34.35%
B=52.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471241900.750.3500.25207.6960.3446.47
Hex2F7CBE4B23019d03c2e
Octal57174276113430313207456
Binary101111111110010111110100101110001101100111010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F7CBE; }

 p { color: rgb(47,124,190); }

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

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

 a { background-color: rgb(47,124,190); }

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

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

 span { border-color: rgb(47,124,190); }

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