Html Css Color HEX #2F73BE Curious Blue

📋 copy color: '#2F73BE'

red 47 ◦ green 115 ◦ blue 190

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

Shades of Curious Blue #2F73BE

Tints of Curious Blue #2F73BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 13.35%
G = 32.67%
B = 53.98%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F73BE (or 0x2F73BE) is known color: Curious Blue. HEX triplet: 2F, 73 and BE. RGB value is (47,115,190). Sum of RGB (Red+Green+Blue) = 47+115+190=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F73BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F73BE is #D08C41. Grayscale: #666666. Windows color (decimal): -13667394 or 12481327. OLE color: 12481327.

HSL color Cylindrical-coordinate representation of color #2F73BE: hue angle of 211.47º 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 #2F73BE is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 115 190 -
CMYK 0.75 0.39 0 0.25
HSL 211.47º 0.6% 0.46% -
HSV(B) 211.47º 0.75% 0.75% -
XYZ 16.6 16.58 51.04 -
YUV 103.22 176.97 87.9 -
System Red Green Blue C M Y K H S L
Decimal 47 115 190 0.75 0.39 0 0.25 211.47 0.6 0.46
Hex 2F 73 BE 4B 27 0 19 D3 3C 2E
Octal 57 163 276 113 47 0 31 323 74 56
Binary 101111 1110011 10111110 1001011 100111 0 11001 11010011 111100 101110

Color Harmonies of #2F73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F73BE

Black with #2F73BE

Text Example


Text Example

White with #2F73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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