#2B74C6

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

Shades of Curious Blue #2B74C6

Tints of Curious Blue #2B74C6

Color information

#2B74C6 (or 0x2B74C6) is unknown color: approx Curious Blue. HEX triplet: 2B, 74 and C6. RGB value is (43,116,198). Sum of RGB (Red+Green+Blue) = 43+116+198=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B74C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B74C6 is #D48B39. Grayscale: #676767. Windows color (decimal): -13929274 or 13005867. OLE color: 13005867.

HSL color Cylindrical-coordinate representation of color #2B74C6: hue angle of 211.74º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B74C6 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB43116198-
CMYK0.780.4100.22
HSL211.74º64.32%47.25%-
HSV(B)211.74º78.28%77.65%-
XYZ17.4317.0855.8-
YUV103.52181.3284.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.04%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=12.04%
G=32.49%
B=55.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431161980.780.4100.22211.7464.3247.25
Hex2B74C64E29016d4402f
Octal531643061165102632410057
Binary1010111110100110001101001110101001010110110101001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B74C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,116,198); }

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

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

 a { background-color: rgb(43,116,198); }

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

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

 span { border-color: rgb(43,116,198); }

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