Html Css Color HEX #2F7CB3 Curious Blue

📋 copy color: '#2F7CB3'

red 47 ◦ green 124 ◦ blue 179

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

Shades of Curious Blue #2F7CB3

Tints of Curious Blue #2F7CB3

RGB

 RED value IS 47 (18.75% from 255) = 13.43%

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 13.43%
G = 35.43%
B = 51.14%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2F7CB3 (or 0x2F7CB3) is known color: Curious Blue. HEX triplet: 2F, 7C and B3. RGB value is (47,124,179). Sum of RGB (Red+Green+Blue) = 47+124+179=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #2F7CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7CB3 is #D0834C. Grayscale: #6A6A6A. Windows color (decimal): -13665101 or 11762735. OLE color: 11762735.

HSL color Cylindrical-coordinate representation of color #2F7CB3: hue angle of 205º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F7CB3 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 124 179 -
CMYK 0.74 0.31 0 0.30
HSL 205º 0.58% 0.44% -
HSV(B) 205º 0.74% 0.7% -
XYZ 16.52 18.27 45.3 -
YUV 107.25 168.49 85.03 -
System Red Green Blue C M Y K H S L
Decimal 47 124 179 0.74 0.31 0 0.30 205 0.58 0.44
Hex 2F 7C B3 4A 1F 0 1E CD 3A 2C
Octal 57 174 263 112 37 0 36 315 72 54
Binary 101111 1111100 10110011 1001010 11111 0 11110 11001101 111010 101100

Color Harmonies of #2F7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7CB3

Black with #2F7CB3

Text Example


Text Example

White with #2F7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F7CB3;
 }
 .AnyTagClassName
 {
   color: #2F7CB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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